Skip to content

Commit

Permalink
revert tox changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Dec 21, 2018
1 parent 915a1ef commit f0eb9ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -2,13 +2,12 @@
envlist = py36

[testenv]
passenv = PMG_MAPI_KEY GULP_LIB COVERALLS_REPO_TOKEN CIRCLE* PYTHONPATH
passenv = PMG_MAPI_KEY GULP_LIB COVERALLS_REPO_TOKEN CIRCLE*
deps =
nose==1.3.7
coverage==4.4.1
coveralls==1.1
-r{toxinidir}/requirements.txt
; -r{toxinidir}/requirements-optional.txt
usedevelop=True
commands =
py36: nosetests --config=nose.cfg --cover-html --cover-html-dir=$CIRCLE_ARTIFACTS
Expand Down

0 comments on commit f0eb9ef

Please sign in to comment.