Skip to content

Commit

Permalink
updated path to pygran for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
anabiman committed Nov 21, 2019
1 parent 0e7c6ea commit ea3ccd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- run:
name: run tests
command: |
python3 -m pytest --cov PyGran tests/pytest/test_sim --mpath tests/pytest/test_sim
python3 -m pytest --cov PyGran tests/pytest/test_analysis --trajf "DEM_flow/traj/particles*.dump"
python3 -m pytest --cov src/PyGran tests/pytest/test_sim --mpath tests/pytest/test_sim
python3 -m pytest --cov src/PyGran tests/pytest/test_analysis --trajf "DEM_flow/traj/particles*.dump"
mkdir test-results
python3 -m codecov
Expand Down

0 comments on commit ea3ccd7

Please sign in to comment.