Skip to content

Commit

Permalink
fix: test: fix tox setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed Mar 28, 2017
1 parent 5c1e229 commit bfd93b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
envlist = python33,python34,python35

[testenv]
deps=
pytest
pytest-cov
pytest-catchlog
commands =
pip install -e .[tests]
pip install -r requirements.txt
pytest --cov buku -vv {posargs}
;pytest --cov buku -vv -m 'not slowtest and not non_tox'{posargs}

0 comments on commit bfd93b7

Please sign in to comment.