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: ...@@ -7,7 +7,7 @@ stages:
- test - test
- build - build
before_script: before_script:
- pip install tox==2.9.1 - pip install tox==4.5.1
pep8: pep8:
stage: check_style stage: check_style
......
...@@ -18,8 +18,8 @@ commands = ...@@ -18,8 +18,8 @@ commands =
[testenv:tests] [testenv:tests]
deps = deps =
-r requirements.txt -rrequirements.txt
-r requirements.dev.txt -rrequirements.dev.txt
basepython = python3.8 basepython = python3.8
commands = commands =
pytest tests/ 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