Skip to content

Commit 77f0a79

Browse files
authored
Merge pull request #10 from pganssle/travis-py33
Add Python 3.3 environment to tox-travis
2 parents fceace5 + 245945b commit 77f0a79

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ wheel
33
tox
44
coverage
55
Sphinx
6-
pytest
6+
pytest >= 3.0; python_version != '3.3'
7+
pytest < 3.3; python_version == '3.3'
78
pytest-runner

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python =
66
3.6: py36
77
3.5: py35
88
3.4: py34
9+
3.3: py33
910
2.7: py27
1011

1112
[testenv:flake8]

0 commit comments

Comments
 (0)