Skip to content

Commit

Permalink
Update tox targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed May 26, 2017
1 parent 250f3c9 commit e93026b
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tox]
minversion=1.3
envlist = py27,py26,py34,docs
addopts = --ignore=setup.py
minversion = 2.3.1
envlist = {py27,py35,py36}-{win,linux,darwin}
skip_missing_interpreters = true
#addopts = --ignore=setup.py

[testenv:docs]
downloadcache={toxworkdir}/downloadcache
basepython=python
changedir=docs
deps=
Expand All @@ -16,22 +16,20 @@ commands=

[testenv]
sitepackages=False
downloadcache={toxworkdir}/downloadcache
platform =
win: windows
linux: linux
darwin: darwin
deps=
yanc
pytest>=2.4.2
pytest-cov
pytest-pep8
pytest-xdist
six>=1.9.0
-rrequirements.txt
-rrequirements-dev.txt

commands=
python -m pytest --cov-report xml --cov tendo --pyargs tendo
#.tests

[testenv:py26]
sitepackages=False
downloadcache={toxworkdir}/downloadcache
deps=
{[testenv]deps}
unittest2

0 comments on commit e93026b

Please sign in to comment.