Skip to content

Commit d4f7174

Browse files
authored
Merge pull request #1063 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents 0e8c976 + 3a20118 commit d4f7174

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ matrix:
1616
# Main tests on supported Python versions.
1717
- python: "2.7"
1818
env: TOXENV=py27
19-
- python: "3.3"
20-
env: TOXENV=py33
2119
- python: "3.4"
2220
env: TOXENV=py34
2321
- python: "3.5"

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
coverage==4.4.2
44
pytest-xdist==1.20.1

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, packaging, docs
2+
envlist = py27, py34, py35, py36, pypy, lint, packaging, docs
33

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

0 commit comments

Comments
 (0)