Files
pycmx/.travis.yml
Jamie Hardt f358704139 Travis
2018-12-05 16:19:14 -08:00

8 lines
110 B
YAML

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