mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
Set tox version==2.1.1 due to bug in latest tox
This commit is contained in:
parent
6cf0ef080b
commit
7e971550de
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- bash -c "echo $APTPACKAGES"
|
- bash -c "echo $APTPACKAGES"
|
||||||
- sudo apt-get install $APTPACKAGES
|
- sudo apt-get install $APTPACKAGES
|
||||||
- pip install "tox>=1.8"
|
- pip install "tox==2.1.1"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue