Skip to content

Commit

Permalink
Use "tests" as default test path for py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Feb 12, 2017
1 parent 58e885b commit 53504a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ before_script:

script:
# Run the test suite
- py.test tests -vv --cov=skylines --cov-report term-missing:skip-covered
- py.test -vv --cov=skylines --cov-report term-missing:skip-covered

- cd ember
- npm test
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
testpaths = tests

0 comments on commit 53504a2

Please sign in to comment.