Test Python versions in a more relevant order

This commit is contained in:
Daniele Varrazzo 2016-12-24 04:27:51 +01:00
parent def22982fb
commit 6758ce5eef

View File

@ -5,13 +5,13 @@ sudo: required
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- 3.6-dev
- 3.5
- 2.6
- 3.4
- 3.3
- 3.2
install:
- python setup.py install