Browse Source

Fixed incorrect version definitions in travis

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

8
.travis.yml

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