Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Add tox ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Dec 29, 2018
1 parent 53b6f9a commit 2f3a4ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tox]
envlist = py27, py35, py36

[testenv]
setenv = PYTHONPATH = .
deps =
-rrequirements-dev.txt
commands=
python -m pytest -m "not xfail" {posargs: "{toxinidir}/ethfinex/tests" --cov-config="{toxinidir}/tox.ini" --cov=ethfinex}
python -m pytest -m "xfail" {posargs: "{toxinidir}/ethfinex/tests"

0 comments on commit 2f3a4ad

Please sign in to comment.