Merge "Add testing for newer Python versions 3.5 and 3.6"

This commit is contained in:
Zuul 2017-12-04 23:25:15 +00:00 committed by Gerrit Code Review
commit 4626cef28f
2 changed files with 5 additions and 2 deletions

View File

@ -16,9 +16,12 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Testing
test_suite = requests_mock.tests

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py27,pypy,pep8
envlist = py36,py35,py34,py27,pypy,pep8
[testenv]
setenv =