Skip to content

Commit

Permalink
- improved tox config [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 1, 2017
1 parent 7408a47 commit 8347b64
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Expand Up @@ -4,6 +4,10 @@ envlist =

[testenv]
commands =
nosetests --doctest-tests --where={envsitepackagesdir}/Acquisition
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} bootstrap
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
{envbindir}/test -v1
skip_install = true
deps =
nose
setuptools==33.1.1
zc.buildout==2.3.1

0 comments on commit 8347b64

Please sign in to comment.