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
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.6
|
- "2.6"
|
||||||
- 2.7
|
- "2.7"
|
||||||
- pypy
|
- "pypy"
|
||||||
- 3.3
|
- "3.3"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- REQUIREMENTS=lowest
|
- REQUIREMENTS=lowest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue