Skip to content

Commit 15ed498

Browse files
committed
Trying to fix travis build for Python 3.4
See tox-dev/tox-travis#76
1 parent fc74c82 commit 15ed498

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip==8.1.2
1+
pip
22
bumpversion==0.5.3
33
wheel==0.29.0
44
flake8==2.6.0

requirements_test.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
pip==8.1.2
1+
setuptools
2+
pip
23
flake8==2.6.0
34
tox==2.3.1
45
coverage==4.1

0 commit comments

Comments
 (0)