Files
pycmx/.travis.yml
2019-01-04 18:01:23 -08:00

16 lines
279 B
YAML

language: python
python:
- "3.6"
- "3.5"
- "2.7"
script:
- "python setup.py test"
install:
- "pip install setuptools"
before_install:
- "pip install coverage"
- "pip install pytest-cov==2.5.0"
- "pip install python-coveralls"
after_success:
- coveralls