Skip to content

Commit bc5e212

Browse files
committed
Added release requirements
1 parent 8149509 commit bc5e212

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis-release-requirements.txt

Whitespace-only changes.

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ python:
88

99
env:
1010
- REQUIREMENTS=lowest
11+
- REQUIREMENTS=release
1112
- REQUIREMENTS=devel
1213

1314
matrix:
1415
exclude:
15-
# Python 3 support currently does not work with lowest requirements
16+
# Python 3 support currently does not work with lowest/release requirements
17+
- python: "3.3"
18+
env: REQUIREMENTS=release
1619
- python: "3.3"
1720
env: REQUIREMENTS=lowest
1821

0 commit comments

Comments
 (0)