Skip to content
Snippets Groups Projects
Commit b36ab929 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'fix-tox' into 'master'

Update tox

See merge request teklia/python-toolbox!5
parents bfe8572c b8882aeb
No related branches found
No related tags found
1 merge request!5Update tox
Pipeline #128866 passed
......@@ -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