mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Test Python versions in a more relevant order
This commit is contained in:
parent
def22982fb
commit
6758ce5eef
10
.travis.yml
10
.travis.yml
|
@ -5,13 +5,13 @@ sudo: required
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.6
|
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.2
|
|
||||||
- 3.3
|
|
||||||
- 3.4
|
|
||||||
- 3.5
|
|
||||||
- 3.6-dev
|
- 3.6-dev
|
||||||
|
- 3.5
|
||||||
|
- 2.6
|
||||||
|
- 3.4
|
||||||
|
- 3.3
|
||||||
|
- 3.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user