Skip to content

Commit

Permalink
[DEV] change py.test working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Nov 30, 2017
1 parent 05b3c3c commit acd9a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,8 @@ before_script:
- python setup.py install

script:
- py.test test/test_util.py --cov=jaqs
- cd test
- py.test test_util.py --cov jaqs

after_success:
- coveralls

0 comments on commit acd9a6b

Please sign in to comment.