Skip to content

Commit

Permalink
QA configs updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 17, 2016
1 parent 1daa1af commit cc4a506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
install:
- pip install -U coverage coveralls $DJANGO

script: coverage run -a --source=sitetree setup.py test
script: coverage run -a --source=sitetree sitetree/runtests.py

matrix:

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ basepython =
py35: python3.5

commands =
{envbindir}/py.test {posargs}
python sitetree/runtests.py

deps =
pytest
Expand Down

0 comments on commit cc4a506

Please sign in to comment.