Skip to content

Commit

Permalink
Add tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Oct 17, 2018
1 parent d8871ee commit 9782b3a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tox.ini
@@ -0,0 +1,16 @@
# For distributed tests, call tox with `-n NUMBER` arguments
# Use `setup.cfg` as single-source of truth for dependency specification

[tox]
minversion = 2.4
envlist = default

[testenv]
setenv = TOXINIDIR = {toxinidir}
passenv =
HOME
commands =
py.test {posargs}
extras =
all
testing

0 comments on commit 9782b3a

Please sign in to comment.