Skip to content

Commit 135977d

Browse files
only test py3.7
1 parent 01a06b7 commit 135977d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- '3.4'
43
- '3.7'
54
install:
65
- pip install -r requirements.pip

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tox]
2-
envlist = py{34,37}
2+
envlist = py{37}
33

44
[testenv]
55
whitelist_externals =
66
rm
77
deps =
88
nose
99
coverage
10-
setuptools>=35.0.1
10+
setuptools>=45.2.0
1111
six
1212
mock
1313
responses

0 commit comments

Comments
 (0)