Files
segpy/.travis.yml
2015-05-05 13:14:07 +02:00

10 lines
177 B
YAML

language: python
python:
- "3.3"
- "3.4"
# command to install dependencies
install:
- "pip install -r test/test-requirements.txt"
# command to run tests
script: nosetests