Skip to content

Commit 0dcbd68

Browse files
committed
Run slower jobs first so as not to hold up the CI
1 parent d595d0a commit 0dcbd68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.3"
5-
- "3.4"
6-
- "3.5"
7-
- "3.6"
83
- "pypy"
4+
- "3.6"
5+
- "3.5"
6+
- "3.4"
7+
- "3.3"
8+
- "2.7"
99

1010
sudo: false
1111

0 commit comments

Comments
 (0)