mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-03-16 22:20:28 +00:00
Made CI install a version of virtualenv compatible with Python 3.2.
This commit is contained in:
parent
f72e23da19
commit
ac32a48c60
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ matrix:
|
|||
- env: TOXENV=py35-master
|
||||
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install tox "virtualenv<14.0"
|
||||
|
||||
script:
|
||||
- tox
|
||||
|
|
|
|||
Loading…
Reference in a new issue