Skip to content

Commit

Permalink
Merge pull request audreyfeldroy#336 from astralblue/fix_tox_ini_pyth…
Browse files Browse the repository at this point in the history
…onpath

Remove package directory from PYTHONPATH
  • Loading branch information
eliasdorneles authored Jun 11, 2017
2 parents d5c4be6 + 405212d commit 54d94fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands=flake8 {{ cookiecutter.project_slug }}

[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/{{ cookiecutter.project_slug }}
PYTHONPATH = {toxinidir}
{% if cookiecutter.use_pytest == 'y' -%}
deps =
-r{toxinidir}/requirements_dev.txt
Expand Down

0 comments on commit 54d94fc

Please sign in to comment.