We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb4abe commit cec8f54Copy full SHA for cec8f54
.gitlab-ci.yml
@@ -11,7 +11,7 @@ test-linux:
11
script:
12
- module load anaconda/3
13
- conda activate shennong-ci
14
- - python setup.py test
+ - pytest -v
15
needs: ["build-linux"]
16
17
# build-osx:
@@ -61,7 +61,7 @@ deploy-oberon:
61
- conda env update -n shennong -f environment.yml
62
- conda activate shennong
63
- python setup.py install
64
65
needs: ["test-linux"]
66
67
# shennong package available on conda with "conda install -c coml
.travis.yml
@@ -46,7 +46,7 @@ install:
46
- make install
47
48
49
50
51
after_success:
52
- codecov
0 commit comments