Skip to content
Snippets Groups Projects
Commit cb7b45fa authored by Michał Pogoda's avatar Michał Pogoda
Browse files

bump tox version

parent 039a1d8a
1 merge request!10Anonimizer v2
Pipeline #11111 passed with stages
in 1 minute and 6 seconds
......@@ -7,7 +7,7 @@ stages:
- test
- build
before_script:
- pip install tox==2.9.1
- pip install tox==4.5.1
pep8:
stage: check_style
......
......@@ -18,8 +18,8 @@ commands =
[testenv:tests]
deps =
-r requirements.txt
-r requirements.dev.txt
-rrequirements.txt
-rrequirements.dev.txt
basepython = python3.8
commands =
pytest tests/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment