Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2018-11-22 02:16:55 +0300
committerAndré Apitzsch <git@apitzsch.eu>2018-11-22 02:22:20 +0300
commit441e53ccc0fc29893d6a6c69ce716bc516ef8b14 (patch)
tree489058cbd8665bd808a1ebfa9399f35480f1f644 /.gitlab-ci.yml
parent7cefcdd5a2221cf279547ff98c037882c0ee13ed (diff)
Use setup.py to run tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a95bc3..b62e274 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ stages:
run-test:
stage: test
script:
- - ./test/runtests.py
+ - python3 setup.py test
run-build:
stage: build