From e534b4b2ee45887a65ccf420a1c9899e55bddb1e Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Mon, 24 Oct 2016 12:08:40 -0600 Subject: [PATCH] change to use develop --- .travis.yml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e6c3c6b..d83deac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,7 @@ cache: pip: true directories: - $HOME/.ethash + - $TRAVIS_BUILD_DIR/.tox/ install: - "travis_retry pip install setuptools --upgrade" - "travis_retry pip install tox" diff --git a/tox.ini b/tox.ini index bd4b22f..65c7d03 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ max-line-length= 100 exclude= tests/* [testenv] +usedevelop=True commands= admin: py.test {posargs:tests/admin-module} eth: py.test {posargs:tests/eth-module}