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 01a06b7 commit 135977dCopy full SHA for 135977d
.travis.yml
@@ -1,6 +1,5 @@
1
language: python
2
python:
3
-- '3.4'
4
- '3.7'
5
install:
6
- pip install -r requirements.pip
tox.ini
@@ -1,13 +1,13 @@
[tox]
-envlist = py{34,37}
+envlist = py{37}
[testenv]
whitelist_externals =
rm
7
deps =
8
nose
9
coverage
10
- setuptools>=35.0.1
+ setuptools>=45.2.0
11
six
12
mock
13
responses
0 commit comments