1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
senpy/.travis.yml

7 lines
120 B
YAML
Raw Normal View History

2015-02-24 06:44:29 +00:00
language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
2015-02-24 06:50:14 +00:00
# run nosetests - Tests
2015-02-24 06:44:29 +00:00
script: nosetests