Skip to content

Commit

Permalink
Adding pyargs (#69)
Browse files Browse the repository at this point in the history
* Altering recipe to include pyct

* Changing tox.ini to add more dependencies

* Removing pyct

* Using --pyargs
  • Loading branch information
jsignell committed Nov 1, 2018
1 parent 81f8dfc commit 9057d72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Expand Up @@ -7,7 +7,7 @@ commands = flake8
deps = .[tests]

[_cmd_examples]
commands = pytest pyct --verbose
commands = pytest pyct
deps = .[tests,cmd]

[_build_examples]
Expand All @@ -34,6 +34,10 @@ deps = cmd_examples: {[_cmd_examples]deps}
flakes: {[_flakes]deps}
all: {[_all]deps}

[pytest]
addopts = -v --pyargs
norecursedirs = .git

[flake8]
ignore = E,W
include = *.py
Expand Down

0 comments on commit 9057d72

Please sign in to comment.