Skip to content

Commit c732578

Browse files
committed
tox: upgrade pip/wheel/setuptools to the latest version
Fixes issue with installation of cryptography package in Travis Signed-off-by: Francesco De Martino <fdm@amazon.com>
1 parent 914ff3a commit c732578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ envlist =
88
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
99
whitelist_externals =
1010
bash
11+
# Upgrade pip/wheel/setuptools to the latest version
12+
download = true
1113
deps =
1214
-r tests/requirements.txt
1315
commands =

0 commit comments

Comments
 (0)