You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Remove CircleCI 1.1
This commit is contained in:
15
circle.yml
15
circle.yml
@@ -1,15 +0,0 @@
|
|||||||
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_[f-i]*.py'
|
|
Reference in New Issue
Block a user