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 language: python
python: python:
- 2.6 - "2.6"
- 2.7 - "2.7"
- pypy - "pypy"
- 3.3 - "3.3"
env: env:
- REQUIREMENTS=lowest - REQUIREMENTS=lowest