Skip to content

Commit

Permalink
Travis try bionic and pip>=20.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 13, 2020
1 parent 211b965 commit ec35ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python: "2.7"
dist: xenial
dist: bionic

# This (sudo: false) is needed to "run on container-based infrastructure" on
# which cache: is available
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
envlist = py27, py36
# https://tox.readthedocs.io/en/latest/config.html#conf-requires
# Ensure pip is new so we can install manylinux wheel
requires = pip >= 19.0.0
requires = pip >= 20.2.3
virtualenv >= 16.0.0

[testenv]
Expand Down

0 comments on commit ec35ce8

Please sign in to comment.