Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
move cd command into install for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacBlanco committed Jul 21, 2016
1 parent ed2d4dd commit 52b16d9
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 @@ -14,9 +14,9 @@ notifications:
install:
- pip install -r requirements.txt
- pip install coveralls
- cd demo_utils/
# command to run tests
script:
cd demo_utils/
nosetests --with-coverage -w tests/

after_success:
Expand Down

0 comments on commit 52b16d9

Please sign in to comment.