Skip to content

Commit

Permalink
Removing TODO from tox file.
Browse files Browse the repository at this point in the history
Also removing some trailing spaces (thanks emacs config).
  • Loading branch information
dhermes committed Sep 22, 2014
1 parent b5e8322 commit 97b9278
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[tox]
envlist =
envlist =
py26,py27,cover,docs
# TODO: add py32,py33,py34

[testenv]
commands =
commands =
nosetests
deps =
nose
Expand All @@ -13,7 +12,7 @@ deps =
[testenv:cover]
basepython =
python2.7
commands =
commands =
nosetests --with-xunit --with-xcoverage --cover-package=gcloud --nocapture --cover-erase
deps =
nose
Expand All @@ -24,7 +23,7 @@ deps =
[testenv:docs]
basepython =
python2.7
commands =
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
# sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
deps =
Expand Down

0 comments on commit 97b9278

Please sign in to comment.