1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 00:02:28 +00:00

Forcing Travis

This commit is contained in:
J. Fernando Sánchez 2015-02-24 07:50:14 +01:00
parent 4bcd046016
commit f0b1cfcba6

View File

@ -1,7 +1,6 @@
language: python language: python
python: python:
- "2.7" - "2.7"
# command to install dependencies
install: "pip install -r requirements.txt" install: "pip install -r requirements.txt"
# command to run tests # run nosetests - Tests
script: nosetests script: nosetests