dominiontabs/.travis.yml
Peter bea714dfb8
Python 3 Compatibility (#208)
* make python3 compatible; clean up test reqs a bit
2018-07-30 12:03:36 -07:00

11 lines
188 B
YAML

language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
install:
- pip install -U setuptools
- pip install .
# command to run tests
script: python setup.py test