Skip to content

Commit

Permalink
Travis CI: Test more important Python version first (changed ordering).
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Oct 1, 2016
1 parent f52cc2f commit 4317f57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: python
sudo: false
python:
- "2.6"
- "3.5"
- "2.7"
- "3.3"
- "2.6"
- "nightly"
- "3.4"
- "3.5"
- "3.3"
- "pypy"
- "nightly"

# NOW SUPPORTED: "3.5" => python 3.5.2 (>= 3.5.1)
# NOTE: Python 3.5.0 is broken (for some tests).
Expand Down

0 comments on commit 4317f57

Please sign in to comment.