You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
16 lines
397 B
YAML
16 lines
397 B
YAML
machine:
|
|
python:
|
|
version: 2.7.10
|
|
environment:
|
|
COMPILE: --compile
|
|
|
|
dependencies:
|
|
override:
|
|
- pip install --upgrade setuptools
|
|
- pip install -e .
|
|
- pip install pytest==3.2.5 hypothesis
|
|
test:
|
|
override:
|
|
- python ./setup.py develop && make check-2.7
|
|
- cd ./test/stdlib && pyenv local 2.7.10 && bash ./runtests.sh 'test_[p-z]*.py'
|