Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ Unit Tests: extends: [.python] needs: [Pin] script: - pip install -r requirements.txt -e .[tests] nose - pip install -r requirements.txt -e . coverage[toml] nose - coverage run -m nose tests --verbose --with-xunit --xunit-file=results/xunit.xml Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ Unit Tests: extends: [.python] needs: [Pin] script: - pip install -r requirements.txt -e .[tests] nose - pip install -r requirements.txt -e . coverage[toml] nose - coverage run -m nose tests --verbose --with-xunit --xunit-file=results/xunit.xml Loading