We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029a16f commit 5a4f7ebCopy full SHA for 5a4f7eb
.gitlab-ci.yml
@@ -13,8 +13,11 @@ variables:
13
# set up the basic job
14
.runtests:
15
before_script:
16
- - "conda create --prefix /root/factordev --channel conda-forge --file requirements.txt python=${PYVERSION} codecov nose nose-cov --yes --quiet"
+ - "conda create --prefix /root/factordev --channel conda-forge --file requirements.txt python=${PYVERSION} curl nose nose-cov --yes --quiet"
17
- /root/factordev/bin/pip install -e .
18
+ - /root/factordev/bin/curl -o /root/factordev/bin/codecov https://uploader.codecov.io/latest/linux/codecov
19
+ - chmod +x /root/factordev/bin/codecov
20
+
21
script:
22
- "/root/factordev/bin/nosetests ${TESTFILES}"
23
after_script:
0 commit comments