Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
add target to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Jul 16, 2015
1 parent dbe0c38 commit f6e734d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test: clean
$(pytest) $(test_args)

test_ci: clean
tox -e $(TOX_ENV) -- --reruns=2
tox -e $(TOX_ENV) -- tests --reruns=2

testhtml: clean
$(pytest) $(html_report) && open htmlcov/index.html
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,cover,flake8,pypy
envlist = py27,cover,flake8,pypy,docs

[testenv]
deps =
Expand Down

0 comments on commit f6e734d

Please sign in to comment.