Merge pull request #5628 from pfmoore/toxini_fix

Fix a typo in tox.ini
This commit is contained in:
Pradyun Gedam 2018-07-22 09:01:07 +05:30 committed by GitHub
commit 3e12b56860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
envlist =
docs, packaging, lint-py2, lint-py3, mypy,
py27, py34, py35, py67, py37, pypy, pypy3
py27, py34, py35, py36, py37, pypy, pypy3
[testenv]
passenv = CI GIT_SSL_CAINFO