Added release requirements
This commit is contained in:
parent
8149509f3d
commit
bc5e212e09
2 changed files with 4 additions and 1 deletions
0
.travis-release-requirements.txt
Normal file
0
.travis-release-requirements.txt
Normal 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue