Skip to content

Commit 834d582

Browse files
committed
Force pip and setuptool upgrade on travis
1 parent 2b5743a commit 834d582

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install:
1717
- sudo apt-get update -qq
1818
- sudo apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
1919
- 'travis_retry pip install --force-reinstall --no-binary lxml lxml'
20+
- 'travis retry pip install --upgrade pip setuptools'
2021
- 'travis_retry pip install .'
2122
- 'travis_retry pip install -e ".[test]"'
2223

0 commit comments

Comments
 (0)