Skip to content

Commit

Permalink
Re-order Travis jobs (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored and dstufft committed Aug 16, 2017
1 parent ebb0d1a commit cd205fb
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,31 @@ matrix:
- env: TOXENV=lint-py2
- env: TOXENV=lint-py3
- env: TOXENV=packaging

# PyPy jobs start first -- they are the slowest
- env: TOXENV=pypy
python: pypy
- env: TOXENV=pypy3
python: pypy3
# Latest Stable CPython jobs
- env: TOXENV=py27
python: 2.7
- env: TOXENV=py36
python: 3.6
# Unvendored
- env: "TOXENV=py27 VENDOR=no WHEELS=yes"
python: 2.7
- env: "TOXENV=py36 VENDOR=no WHEELS=yes"
python: 3.6
# All the other Py3 versions
- env: TOXENV=py33
python: 3.3
- env: TOXENV=py34
python: 3.4
- env: TOXENV=py35
python: 3.5
- env: TOXENV=py36
python: 3.6
# Nightly Python goes last
- env: TOXENV=py37
python: nightly
- env: TOXENV=pypy
python: pypy
- env: TOXENV=pypy3
python: pypy3
- env: "TOXENV=py27 VENDOR=no WHEELS=yes"
python: 2.7
- env: "TOXENV=py36 VENDOR=no WHEELS=yes"
python: 3.6
allow_failures:
- python: nightly
- python: pypy3
Expand Down

0 comments on commit cd205fb

Please sign in to comment.