python-uncompyle6/circle.yml
2015-12-14 15:30:35 -05:00

10 lines
159 B
YAML

machine:
python:
version: 2.7.8
environment:
COMPILE: --compile
test:
override:
- python ./setup.py develop && make check