1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/.travis.yml

9 lines
140 B
YAML
Raw Normal View History

2015-02-24 06:44:29 +00:00
language: python
python:
- "2.7"
2016-09-20 18:58:37 +00:00
- "3.4"
- "3.5"
2015-02-24 06:44:29 +00:00
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