diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |