diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-12-02 22:18:10 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2018-12-02 22:26:05 +0100 |
commit | 8ada4381deccc44a3553496cbf81d808a386c42b (patch) | |
tree | e255fa5ee0486d5f4135e35dfa2488dc468eb3a0 /.gitlab-ci.yml | |
parent | f0419567fc7a8d984dd31ead0c3a3984e5e75162 (diff) | |
download | epubgrep-8ada4381deccc44a3553496cbf81d808a386c42b.tar.gz |
Try running tox
Diffstat (limited to '.gitlab-ci.yml')
-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 |