diff options
| author | Jon Banafato <jon@jonafato.com> | 2017-07-07 11:55:37 -0400 |
|---|---|---|
| committer | Jon Banafato <jon@jonafato.com> | 2017-07-07 11:55:37 -0400 |
| commit | 4c916b893e84993369d06dee5523cd00ea6b626a (patch) | |
| tree | deed941119e13fc2a9575555296840b132390114 /tox.ini | |
| parent | f19681fc0d1aeb36f56c9c7f07aac83915a59497 (diff) | |
| download | gitlab-4c916b893e84993369d06dee5523cd00ea6b626a.tar.gz | |
Declare support for Python 3.6
Add Python 3.6 environments to `tox.ini` and `.travis.yml`.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py35,py34,py27,pep8 +envlist = py36,py35,py34,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir} |
