Updated travis python-3.1 no longer supported
This commit is contained in:
parent
e537369d98
commit
8e038dd563
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -2,11 +2,11 @@
|
|||
language: python
|
||||
services: mongodb
|
||||
python:
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.1
|
||||
- 3.2
|
||||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
env:
|
||||
- PYMONGO=dev
|
||||
- PYMONGO=2.4.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue