aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e500b7a..3c1dc16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ cache:
before_script:
- python --version # For debugging
- - pip install 'tox<4'
+ - pip install tox
test:
script:
@@ -30,11 +30,7 @@ test-pypy:
lint:
script:
- - tox -e pylint,flake8,black
-
-lint-tests:
- script:
- - tox -e pylint-tests
+ - tox -e pylint,pylint-tests,flake8,black
mypy:
script: