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).
This commit is contained in:
Pierre Ossman 2020-04-08 09:18:09 +02:00
parent 7bd955a379
commit 86a20b23f5
2 changed files with 1 additions and 7 deletions

View File

@ -1,12 +1,7 @@
language: python language: python
python: python:
- 2.6
- 2.7 - 2.7
- 3.3 - 3.6
- 3.4
# We need trusty for Python 2.6. We can raise this when we no longer
# care about 2.6.
dist: trusty
install: install:
- pip install 'setuptools>=18.5,<=39.0.0' - pip install 'setuptools>=18.5,<=39.0.0'

View File

@ -1,6 +1,5 @@
mox3 mox3
nose nose
jwcrypto;python_version>="2.7" jwcrypto;python_version>="2.7"
enum34;python_version=="3.3"
redis;python_version>="2.7" redis;python_version>="2.7"
simplejson;python_version>="2.7" simplejson;python_version>="2.7"