Skip to content

Commit

Permalink
Update .travis.yml to fix 3.7 builds (#349)
Browse files Browse the repository at this point in the history
* Update .travis.yml

Workaround with the pip version

* Test the workaround for the latest pip release

* Update .travis.yml

Use latest succeding configuration

* Additional tests

* Update .travis.yml

Test latest Python3.7 minor release
  • Loading branch information
mustafaergul authored Apr 6, 2022
1 parent b68eddf commit a502101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ matrix:
script: ./noserun.sh
- name: "3.7 Linux"
env: BUILD=test FORCE_TTY=Y
python: '3.7'
before_install: python -m pip install pip==22.0.4
python: '3.7.13'
script: ./noserun.sh
- name: "pypy Linux"
env: BUILD=test FORCE_TTY=Y
Expand Down

0 comments on commit a502101

Please sign in to comment.