Added release requirements

This commit is contained in:
Armin Ronacher 2013-06-13 09:11:37 +01:00
parent 8149509f3d
commit bc5e212e09
2 changed files with 4 additions and 1 deletions

View file

View file

@ -8,11 +8,14 @@ python:
env:
- REQUIREMENTS=lowest
- REQUIREMENTS=release
- REQUIREMENTS=devel
matrix:
exclude:
# Python 3 support currently does not work with lowest requirements
# Python 3 support currently does not work with lowest/release requirements
- python: "3.3"
env: REQUIREMENTS=release
- python: "3.3"
env: REQUIREMENTS=lowest