Skip to content
Snippets Groups Projects
Commit 79b9d37b2f76 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

refactor: remove p27 tests

parent 1f8370cce7b5
No related branches found
No related tags found
1 merge request!33refactor: remove p27 tests
Pipeline #122825 passed
......@@ -10,7 +10,6 @@
- "templates/lint/flake8.yml" # will do the equivalent of 'tox -e flake8'
- "templates/lint/check-manifest.yml" # will do the equivalent of 'tox -e check-manifest'
- "templates/lint/yamllint.yml" # will do the equivalent of 'tox -e yamllint'
- "templates/tests/py27.yml" # will do the equivalent of 'tox -e py27'
- "templates/tests/py3.yml" # will do the equivalent of 'tox -e py3'
- "templates/create-release-on-heptapod.yml" # this will create a release on heptapod
- "templates/upload-to-pypi.yml" # on a new mercurial tag (expected to be done with release-new), will push a release on pypi
......
[tox]
envlist = py27,py3,flake8, check-manifest, yamllint
envlist = py3,flake8, check-manifest, yamllint
[testenv]
deps =
......
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