Update .travis.yml

This commit is contained in:
Jamie Hardt
2019-01-04 18:14:00 -08:00
committed by GitHub
parent 47c1ad96f0
commit fcc4732d1a

View File

@@ -5,6 +5,7 @@ python:
- "2.7"
script:
- "python setup.py test"
- "py.test tests/ -v --cov pycmx --cov-report term-missing"
install:
- "pip install setuptools"
before_install: