Skip to content

Commit

Permalink
Try to make sure pytest is run
Browse files Browse the repository at this point in the history
  • Loading branch information
cguardia committed Jan 26, 2021
1 parent 84c4d41 commit 7df2d01
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
@@ -1,12 +1,12 @@
[tox]
envlist = flake8
envlist = py, flake8

[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --max-line-length=160 questions tests

[testenv]
[testenv:py]
setenv =
PYTHONPATH = {toxinidir}
deps =
Expand Down

0 comments on commit 7df2d01

Please sign in to comment.