1
0
Fork 0

tox: Add py3-pytest

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
merge-requests/879/head
Fabian P. Schmidt 2020-01-03 00:02:49 +01:00 committed by Alfredos-Panagiotis Damkalis
parent 71af874944
commit 257c3c2b84
1 changed files with 8 additions and 0 deletions

View File

@ -98,3 +98,11 @@ deps =
usedevelop = True
extras = dev
commands = pytest
[testenv:py3-pytest]
install_command = python -m pip install --no-deps {opts} {packages}
deps =
-rrequirements-dev.txt
usedevelop = True
extras = dev
commands = pytest