Fix Python version.

This commit is contained in:
Jannis Leidel 2019-12-03 11:55:03 +01:00
parent 0f486ef6e4
commit 7f469b6d6e
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -18,7 +18,7 @@ python =
3.5: py35
3.6: py36,flake8,readme
3.7: py37
3.8: py36
3.8: py38
pypy3: pypy3
[testenv]