Fixed incorrect version definitions in travis

This commit is contained in:
Armin Ronacher 2013-06-13 09:05:31 +01:00
parent 43625defef
commit 8149509f3d

View file

@ -1,10 +1,10 @@
language: python
python:
- 2.6
- 2.7
- pypy
- 3.3
- "2.6"
- "2.7"
- "pypy"
- "3.3"
env:
- REQUIREMENTS=lowest