We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e881fc1 commit 51c8d39Copy full SHA for 51c8d39
.travis.yml
@@ -5,6 +5,8 @@ python:
5
- "3.4"
6
- "3.5"
7
- "3.6"
8
+ - "3.7"
9
+ - "3.8"
10
- "nightly"
11
- "pypy"
12
setup.py
@@ -22,7 +22,7 @@
22
"mock",
23
"pytest>=3.0.0",
24
"pytest-cov",
25
- "pytest-mock",
+ "pytest-mock<3.0.0",
26
"pytz",
27
"coverage<5.0.0"
28
]
@@ -53,6 +53,8 @@
53
"Programming Language :: Python :: 3.4",
54
"Programming Language :: Python :: 3.5",
55
"Programming Language :: Python :: 3.6",
56
+ "Programming Language :: Python :: 3.7",
57
+ "Programming Language :: Python :: 3.8",
58
"Programming Language :: Python :: Implementation :: CPython",
59
"Programming Language :: Python :: Implementation :: PyPy",
60
],
0 commit comments