Skip to content

Commit 5fb4f51

Browse files
committed
reverse the order of python versions in test
1 parent b877df5 commit 5fb4f51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ language: python
33
notifications:
44
email: false
55
python:
6-
- pypy
7-
- 2.6
8-
- 2.7
9-
- 3.3
10-
- 3.4
11-
- 3.5
126
- 3.6
7+
- 3.5
8+
- 3.4
9+
- 3.3
10+
- 2.7
11+
- 2.6
12+
- pypy
1313
before_install:
1414
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
1515
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then

0 commit comments

Comments
 (0)