Skip to content
Snippets Groups Projects
Commit 1a0c1b96 authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Add multiple python versions in tox.

parent af573ed2
No related branches found
No related tags found
1 merge request!16Add gitlab CI configuration.
Pipeline #2228 failed
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
test=pytest test=pytest
[tox] [tox]
envlist = py36,py37,py38
skipsdist = True skipsdist = True
[testenv:pytest] [testenv:pytest]
deps = pytest deps = pytest
basepython = python3
commands = pytest commands = pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment