Skip to content

Commit

Permalink
Update pytest commands in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Feb 4, 2017
1 parent e17640e commit 018a7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py27, py33, py34, py35, py36, pypy, flake8

[testenv]
passenv = LC_ALL, LANG, HOME
commands = py.test --cov=cookiecutter {posargs:tests}
commands = pytest --cov=cookiecutter {posargs:tests}
deps = pytest
pytest-cov
pytest-mock==1.1
Expand All @@ -18,4 +18,4 @@ commands =
flake8 cookiecutter tests setup.py

[testenv:cov-report]
commands = py.test --cov=cookiecutter --cov-report=term --cov-report=html
commands = pytest --cov=cookiecutter --cov-report=term --cov-report=html

0 comments on commit 018a7cb

Please sign in to comment.