diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-07-04 11:34:20 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-07-04 21:04:20 +0530 |
commit | 0f82c1f04f6710e2f182582068f186c4fffc3f9b (patch) | |
tree | 1c007e9b7496adccac6b75bca8d823636eb3233a /tox.ini | |
parent | 179eb1d0917ddc1067d056127e08e952206e0e91 (diff) | |
download | pyopenssl-0f82c1f04f6710e2f182582068f186c4fffc3f9b.tar.gz |
Added py37 (#772)
* Added py37 to travis
* Added py37 trove classifier
* Added py37 to tox
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = {pypy,pypy3,py27,py34,py35,py36}{,-cryptographyMaster,-cryptographyMinimum},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report +envlist = {pypy,pypy3,py27,py34,py35,py36,py37}{,-cryptographyMaster,-cryptographyMinimum},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report [testenv] whitelist_externals = |