Skip to content
Snippets Groups Projects

[gitlab-ci] autogenerated from tox

Closed Arthur Lutz requested to merge topic/default/gitlab-ci-generated-from-tox into branch/default
+ 3
1
image: python
image: python:3.7
before_script:
before_script:
- pip install tox
- pip install tox
@@ -8,3 +8,5 @@
@@ -8,3 +8,5 @@
py27:
py27:
script: tox -e py27
script: tox -e py27
 
 
Loading