File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -72,18 +72,7 @@ stages:
72
72
if : tag IS present
73
73
74
74
install :
75
- # Create pip wrapper script, using travis_retry (a function) and
76
- # inject it into tox.ini.
77
- - mkdir -p bin
78
- - PATH=$PWD/bin:$PATH
79
- - printf '#!/bin/sh\n' > bin/travis_retry_pip
80
- - declare -f travis_retry >> bin/travis_retry_pip
81
- - printf '\necho "Using pip-wrapper.." >&2\ntravis_retry pip "$@"' >> bin/travis_retry_pip
82
- - chmod +x bin/travis_retry_pip
83
- - sed -i.bak 's/^\[testenv\]/\0\nwhitelist_externals = travis_retry_pip\ninstall_command = travis_retry_pip install {opts} {packages}/' tox.ini
84
- - if diff tox.ini tox.ini.bak; then exit 1; fi
85
-
86
- - pip install tox==2.9.1
75
+ - pip install tox==3.3.0
87
76
- |
88
77
# Setup coverage tracking.
89
78
if [[ "$SKIP_COVERAGE" != "1" ]]; then
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ def read(fname):
42
42
'testing' : [
43
43
'pytest>=3.6' ,
44
44
'Django' ,
45
- 'django-configurations= =2.0' ,
46
- 'pytest-xdist= =1.15' ,
45
+ 'django-configurations> =2.0' ,
46
+ 'pytest-xdist> =1.15' ,
47
47
'six' ,
48
48
],
49
49
},
You can’t perform that action at this time.
0 commit comments