Skip to content
Snippets Groups Projects
Commit b8882aeb authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Update tox

parent bfe8572c
No related branches found
No related tags found
1 merge request!5Update tox
......@@ -33,7 +33,7 @@ linter:
tests:
stage: test
image: python:3.7
image: python:3
cache:
paths:
......@@ -49,11 +49,11 @@ tests:
- pip install tox
script:
- tox -e py37-unit
- tox
release-pypi:
stage: release
image: python:3.7
image: python:3
only:
- tags
environment:
......
......@@ -44,6 +44,3 @@ repos:
- repo: meta
hooks:
- id: check-useless-excludes
default_language_version:
python: python3.7
[tox]
envlist = py37-unit
envlist = toolbox
[testenv:py37-unit]
[testenv]
commands =
pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment