Skip to content

Commit 86a20b2

Browse files
committed
Update test requirements
Travis are dropping older Python environments, so update things to something that reflects what current distributions are using (e.g. Red Hat Enterprise Linux 7).
1 parent 7bd955a commit 86a20b2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
5-
- 3.3
6-
- 3.4
7-
# We need trusty for Python 2.6. We can raise this when we no longer
8-
# care about 2.6.
9-
dist: trusty
4+
- 3.6
105

116
install:
127
- pip install 'setuptools>=18.5,<=39.0.0'

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
mox3
22
nose
33
jwcrypto;python_version>="2.7"
4-
enum34;python_version=="3.3"
54
redis;python_version>="2.7"
65
simplejson;python_version>="2.7"

0 commit comments

Comments
 (0)