Skip to content

Commit

Permalink
Add and implement pytest and codecov (appveyor)
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW authored Apr 5, 2020
1 parent c5e4068 commit 785b189
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ install:
- conda info -a
- conda env create -n test-environment -f environment.yml
- activate test-environment
- python setup.py install

- conda install pytest codecov -c conda-forge
- pip install .

test_script:
- python setup.py test
- dimspy --help
- pytest

0 comments on commit 785b189

Please sign in to comment.