mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-07 22:25:01 +00:00
Fix Travis build on Python 3.2
This commit is contained in:
@@ -9,6 +9,7 @@ env:
|
|||||||
- TOXENV=py34
|
- TOXENV=py34
|
||||||
- TOXENV=py35
|
- TOXENV=py35
|
||||||
install:
|
install:
|
||||||
- travis_retry pip install tox==1.6.1
|
# "virtualenv<14.0.0" is needed for Python 3.2 compat
|
||||||
|
- travis_retry pip install "virtualenv<14.0.0" "tox==1.6.1"
|
||||||
script:
|
script:
|
||||||
- travis_retry tox
|
- travis_retry tox
|
||||||
|
Reference in New Issue
Block a user