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: ...@@ -33,7 +33,7 @@ linter:
tests: tests:
stage: test stage: test
image: python:3.7 image: python:3
cache: cache:
paths: paths:
...@@ -49,11 +49,11 @@ tests: ...@@ -49,11 +49,11 @@ tests:
- pip install tox - pip install tox
script: script:
- tox -e py37-unit - tox
release-pypi: release-pypi:
stage: release stage: release
image: python:3.7 image: python:3
only: only:
- tags - tags
environment: environment:
......
...@@ -44,6 +44,3 @@ repos: ...@@ -44,6 +44,3 @@ repos:
- repo: meta - repo: meta
hooks: hooks:
- id: check-useless-excludes - id: check-useless-excludes
default_language_version:
python: python3.7
[tox] [tox]
envlist = py37-unit envlist = toolbox
[testenv:py37-unit] [testenv]
commands = commands =
pytest 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