Browse Source

Fixed incorrect version definitions in travis

pull/766/head
Armin Ronacher 11 years ago
parent
commit
8149509f3d
  1. 8
      .travis.yml

8
.travis.yml

@ -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…
Cancel
Save