Files
pycmx/.travis.yml
Jamie Hardt 464052f510 Update .travis.yml
Adding 2.7 to see what happens
2019-01-03 20:09:39 -08:00

10 lines
130 B
YAML

language: python
python:
- "3.6"
- "3.5"
- "2.7"
script:
- "python3 setup.py test"
install:
- "pip3 install setuptools"