pubs/.travis.yml
2016-01-23 02:11:08 +01:00

13 lines
245 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install:
- "pip install -r tests/requirements.txt"
- "python setup.py install"
# command to run tests
script: python -m unittest discover