Skip to content
Snippets Groups Projects

Replace deprecated test command

Merged André requested to merge andre/python-nbxmpp:test into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,7 +8,7 @@ stages:
run-test:
stage: test
script:
- python3 setup.py test
- python3 -m unittest discover -v
run-build:
stage: build
Loading