pubs/.travis.yml
2018-01-07 15:27:52 -05:00

17 lines
277 B
YAML

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