Skip to content

Commit

Permalink
travis: preemptively switch to VM-based jobs (#5864)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored and pradyunsg committed Oct 9, 2018
1 parent f3d82aa commit 4f18dc8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: false
cache: pip
dist: trusty

Expand Down Expand Up @@ -41,11 +40,9 @@ jobs:
- env: GROUP=1
python: 3.7
dist: xenial
sudo: required
- env: GROUP=2
python: 3.7
dist: xenial
sudo: required
- env: GROUP=1
python: 3.5
- env: GROUP=2
Expand All @@ -58,11 +55,9 @@ 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 4f18dc8

Please sign in to comment.