Skip to content

Commit

Permalink
typo in circle script
Browse files Browse the repository at this point in the history
  • Loading branch information
owlas committed Oct 13, 2017
1 parent bc6093e commit 2dd06cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:
test:
override:
- make run-tests
- LD_LIBRARY_PATH=$HOME/magpy:$LD_LIBRARY_PATH $HOME/miniconda/envs/magpy/bin/pytest -v test/test_magpy.py test_geometries.py
- LD_LIBRARY_PATH=$HOME/magpy:$LD_LIBRARY_PATH $HOME/miniconda/envs/magpy/bin/pytest -v test/test_magpy.py test/test_geometries.py

0 comments on commit 2dd06cd

Please sign in to comment.