forked from orbit-oss/flask
Fixed incorrect version definitions in travis
This commit is contained in:
parent
43625defef
commit
8149509f3d
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- pypy
|
||||
- 3.3
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "pypy"
|
||||
- "3.3"
|
||||
|
||||
env:
|
||||
- REQUIREMENTS=lowest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue