python-uncompyle6/circle.yml
2018-01-06 22:29:38 -05:00

14 lines
248 B
YAML

machine:
python:
version: 2.7.10
environment:
COMPILE: --compile
dependencies:
override:
- pip install -e .
- pip install pytest
test:
override:
- python ./setup.py develop && make check-2.7