Skip to content

Commit

Permalink
cd into tests for tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pjamesjoyce committed May 15, 2017
1 parent cb4bb75 commit 23daa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ install:
- pip list

# command to run tests
script: pytest --cov=lcopt tests/
script: cd tests; pytest --cov=lcopt

after_success: coveralls

0 comments on commit 23daa9d

Please sign in to comment.