Skip to content

Commit cec8f54

Browse files
author
Mathieu Bernard
committed
bugfix in CI
1 parent ecb4abe commit cec8f54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test-linux:
1111
script:
1212
- module load anaconda/3
1313
- conda activate shennong-ci
14-
- python setup.py test
14+
- pytest -v
1515
needs: ["build-linux"]
1616

1717
# build-osx:
@@ -61,7 +61,7 @@ deploy-oberon:
6161
- conda env update -n shennong -f environment.yml
6262
- conda activate shennong
6363
- python setup.py install
64-
- python setup.py test
64+
- pytest -v
6565
needs: ["test-linux"]
6666

6767
# shennong package available on conda with "conda install -c coml

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install:
4646
- make install
4747

4848
script:
49-
- python setup.py test
49+
- pytest -v
5050

5151
after_success:
5252
- codecov

0 commit comments

Comments
 (0)