diff options
| author | Max Wittig <max.wittig95@gmail.com> | 2019-07-21 20:34:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-21 20:34:36 +0200 |
| commit | 262b222000dad30fc6dfc63ccf2fa200eba09662 (patch) | |
| tree | b11fbfa6249dcc8526e914af0c099d314efa48a8 /tox.ini | |
| parent | 0b0a60fd72fc7b1073c4b5f32022b3a063ec9c96 (diff) | |
| parent | 3b523f4c39ba4b3eacc9e76fcb22de7b426d2f45 (diff) | |
| download | gitlab-262b222000dad30fc6dfc63ccf2fa200eba09662.tar.gz | |
Merge pull request #836 from python-gitlab/test/project-releases
test: add project releases test
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 = py36,py35,py34,py27,pep8,black +envlist = py38,py37,py36,py35,py34,py27,pep8,black [testenv] setenv = VIRTUAL_ENV={envdir} |
