Skip to content

Commit

Permalink
Run slower jobs first so they don't hold up the CI (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and giampaolo committed Nov 20, 2019
1 parent 3a9bccf commit d84fb07
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ language: python
cache: pip
matrix:
include:
# Linux
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
# macOS
- language: generic
os: osx
env: PYVER=py27
- language: generic
os: osx
env: PYVER=py36
# Linux
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
# pypy
# - python: pypy
# - python: pypy3
Expand Down

0 comments on commit d84fb07

Please sign in to comment.