Skip to content

Commit

Permalink
travis: fix pytest directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Nov 17, 2016
1 parent ec4c0ee commit c8f6f16
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 @@ -36,7 +36,7 @@ before_install:
# command to run tests
script:
- make -j4
- py.test
- cd tests && pytest
cache:
- pip
matrix:
Expand Down

0 comments on commit c8f6f16

Please sign in to comment.