From 8ada4381deccc44a3553496cbf81d808a386c42b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 2 Dec 2018 22:18:10 +0100 Subject: Try running tox --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 976a858..cf0ff7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,12 +25,13 @@ test: script: - python setup.py test - pip install tox flake8 # you can also use tox - # - tox -e py36,flake8 + - tox -e py36,flake8 run: script: - python setup.py bdist_wheel # run the command here + - ls -l dist/ artifacts: paths: - dist/*.whl -- cgit