Skip to content

Commit

Permalink
Limit travis pip version to < 20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Jan 21, 2020
1 parent 8d43cec commit 3b7cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ before_install:
- ./script/database/install_postgis onadata_test postgres 127.0.0.1

install:
- pip install --upgrade pip setuptools
- pip install --upgrade pip"<20.0" setuptools
- pip install -r requirements/base.pip
- pip install flake8
script:
Expand Down

0 comments on commit 3b7cc5b

Please sign in to comment.