Skip to content

Commit 5bfed60

Browse files
committed
bump deps for new hypothesis and attrs
HypothesisWorks/hypothesis#2113
1 parent 1d02267 commit 5bfed60

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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.4"
65
- "3.5"
76
- "3.6"
87
- pypy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
'Programming Language :: Python :: 2.7',
2929
'Programming Language :: Python :: 3',
3030
'Programming Language :: Python :: 3.3',
31-
'Programming Language :: Python :: 3.4',
3231
'Programming Language :: Python :: 3.5',
3332
'Programming Language :: Python :: 3.6',
3433
'Programming Language :: Python :: Implementation :: CPython',
@@ -38,4 +37,5 @@
3837
"mypy": ["mypy>=0.812"],
3938
},
4039
install_requires=["typing >= 3.7.4.3; python_version < '3.5'"],
40+
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
4141
)

test_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==3.8.1
2-
pytest-cov==2.6.0
3-
pytest-xdist==1.23.0
4-
hypothesis
1+
pytest==4.6.11
2+
pytest-cov==2.11.1
3+
pytest-xdist==1.34.0
4+
hypothesis==4.57.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, py34, py35, py36, py36-mypy, pypy, lint
2+
envlist = py27, py35, py36, py36-mypy, pypy, lint
33

44
[testenv]
55
extras =

0 commit comments

Comments
 (0)