summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-06-12 11:33:22 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-07-15 08:20:11 +0200
commit23cf473550ff757074f53e77dcecb17db82fe008 (patch)
tree18f399af018127b675a2116aee30a9c33665eab1
parent88d44c7c17d1f7f1cff13b53695a0847e3b951f4 (diff)
downloadcython-23cf473550ff757074f53e77dcecb17db82fe008.tar.gz
let's see if the list order of the python releases makes a difference for the execution order in travis
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ae3ff508d..cac509c74 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,12 +7,12 @@ cache:
- $HOME/.ccache
python:
- - 2.6
- 2.7
+ - 3.5
- 3.2
- 3.3
- 3.4
- - 3.5
+ - 2.6
- 3.5-dev
- 3.6-dev
- pypy