Skip to content

Commit

Permalink
Remove hard-coded test subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Vetter committed Aug 16, 2013
1 parent bd6132d commit 86807ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,6 +17,6 @@ install:
- pip install . --use-mirrors
- pip install -r requirements.txt --use-mirrors
script:
- py.test --pep8 --cov fancypages
- py.test tests --pep8 --cov fancypages
after_success:
- coveralls
1 change: 0 additions & 1 deletion pytest.ini
@@ -1,5 +1,4 @@
[pytest]
addopts = tests
pep8ignore=
conftest.py ALL

Expand Down

0 comments on commit 86807ef

Please sign in to comment.