change to use develop

This commit is contained in:
Piper Merriam 2016-10-24 12:08:40 -06:00
parent 4d635fb872
commit e534b4b2ee
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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}