python-uncompyle6/circle.yml

14 lines
279 B
YAML
Raw Normal View History

2015-12-14 15:13:05 -05:00
machine:
python:
2016-04-20 05:31:38 -04:00
version: 2.7.8
environment:
COMPILE: --compile
2015-12-14 15:13:05 -05:00
dependencies:
override:
2016-04-27 23:09:30 -04:00
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
2015-12-14 15:13:05 -05:00
test:
override:
- python ./setup.py develop && make check-2.7