mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
Add a tox test for Python 3.7
This commit is contained in:
parent
b20d7eca03
commit
acf6caca2f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = py34, py35, py36, pycodestyle, doc
|
envlist = py34, py35, py36, py37, pycodestyle, doc
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = pytest
|
commands = pytest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue