You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Correct Python versions in CircleCI tests
This commit is contained in:
@@ -10,5 +10,5 @@ dependencies:
|
||||
- pip install pytest==3.2.5 hypothesis
|
||||
test:
|
||||
override:
|
||||
- python ./setup.py develop && make check-2.6
|
||||
- cd ./test/stdlib && pyenv local 2.5.9 && bash ./runtests.sh 'test_[f-i]*.py'
|
||||
- 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