Skip to content

Commit

Permalink
Merge pull request #5825 from benoit-pierre/fix_travis_py38_jobs
Browse files Browse the repository at this point in the history
travis: fix Python 3.8 jobs
  • Loading branch information
pradyunsg authored Sep 28, 2018
2 parents f4a41a2 + 8c04e2b commit 4cc5f37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ jobs:

- env: GROUP=1
python: 3.8-dev
dist: xenial
sudo: required
- env: GROUP=2
python: 3.8-dev
dist: xenial
sudo: required

# It's okay to fail on the in-development CPython version.
fast_finish: true
Expand Down

0 comments on commit 4cc5f37

Please sign in to comment.