Files
segpy/.travis.yml
T

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