Skip to content

Commit 5a09e59

Browse files
authored
Merge pull request #120 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents e1e02fc + 32d43ac commit 5a09e59

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
87
- "3.6"

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==3.2.5
1+
pytest==3.3.0
22
pytest-cov==2.5.1
33
pytest-xdist==1.20.1
44
hypothesis

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py33, py34, py35, py36, pypy, lint
2+
envlist = py27, py34, py35, py36, pypy, lint
33

44
[testenv]
55
deps= -r{toxinidir}/test_requirements.txt

0 commit comments

Comments
 (0)