mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-02-20 13:12:34 +00:00
14 lines
279 B
YAML
14 lines
279 B
YAML
machine:
|
|
python:
|
|
version: 2.7.8
|
|
environment:
|
|
COMPILE: --compile
|
|
|
|
dependencies:
|
|
override:
|
|
- pip install -r requirements.txt
|
|
- pip install -r requirements-dev.txt
|
|
test:
|
|
override:
|
|
- python ./setup.py develop && make check-2.7
|