Files
pycmx/.travis.yml
Jamie Hardt 2924ea548b Travis tweak
2018-12-05 12:14:55 -08:00

8 lines
116 B
YAML

langauge: python
python:
- "3.6"
script:
- "python3 setup.py test"
install:
- "pip3 install setuptools"