Set tox version==2.1.1 due to bug in latest tox
This commit is contained in:
parent
6cf0ef080b
commit
7e971550de
|
@ -12,7 +12,7 @@ before_install:
|
|||
install:
|
||||
- bash -c "echo $APTPACKAGES"
|
||||
- sudo apt-get install $APTPACKAGES
|
||||
- pip install "tox>=1.8"
|
||||
- pip install "tox==2.1.1"
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue