Skip to content

Commit

Permalink
Merge pull request #167 from slimta/versions
Browse files Browse the repository at this point in the history
Switch travis build image to bionic
  • Loading branch information
icgood authored Nov 3, 2020
2 parents 64f88c1 + 27032db commit 45ff459
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- "2.7.18"
- "3.5.9"
- "3.6.12"
- "3.7.9"
- "3.8.6"
dist: xenial # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
dist: bionic # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
install:
- travis_retry pip install -r test/requirements.txt
- travis_retry pip install coveralls
Expand Down

0 comments on commit 45ff459

Please sign in to comment.