Fix incompatibility issue between pip10 and virtualenv16 (travis)

This commit is contained in:
Roman Mogylatov 2018-06-22 10:18:33 +03:00
parent 431dee80d8
commit 926d152d3b
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
sudo: false
install:
- pip install tox
script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then pip install virtualenv==15.2.0; fi
script:
- tox
language:
- python