Skip to content

Commit

Permalink
test: ensure known setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Feb 16, 2020
1 parent 0365e07 commit 84e01db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ matrix:
env: PYRAMID_VERSION=1.9.2

install:
- pip install setuptools==39.2.0 --force-reinstall
- if [ -v FLASK_VERSION ]; then pip install Flask==$FLASK_VERSION; fi
- if [ -v TWISTED_VERSION ]; then pip install Twisted==$TWISTED_VERSION treq; fi
- if [ -v DJANGO_VERSION ]; then pip install Django==$DJANGO_VERSION; fi
Expand Down

0 comments on commit 84e01db

Please sign in to comment.