Files
pycmx/.travis.yml
Jamie Hardt f34c6dd4db Update .travis.yml
Added more versions to travis
2018-12-31 11:52:08 -08:00

14 lines
170 B
YAML

language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
script:
- "python3 setup.py test"
install:
- "pip3 install setuptools"