Skip to content

Commit

Permalink
CI test via new runtests.py from numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiveroberts committed May 19, 2022
1 parent 64b1cf7 commit 408bdd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
script:
- export OMPI_MCA_btl_vader_single_copy_mechanism=none
- python --version
- pytest
- python runtests.py -n

after_success:
-
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ build_script:
- pip install -e .

test_script:
- pytest
- python runtests.py -n

0 comments on commit 408bdd7

Please sign in to comment.