aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-12-02 22:18:10 +0100
committerMatěj Cepl <mcepl@cepl.eu>2018-12-02 22:26:05 +0100
commit8ada4381deccc44a3553496cbf81d808a386c42b (patch)
treee255fa5ee0486d5f4135e35dfa2488dc468eb3a0
parentf0419567fc7a8d984dd31ead0c3a3984e5e75162 (diff)
downloadepubgrep-8ada4381deccc44a3553496cbf81d808a386c42b.tar.gz
Try running tox
-rw-r--r--.gitlab-ci.yml3
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