Skip to content

Commit

Permalink
remove docs build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze committed Jul 14, 2018
1 parent 378ee24 commit d91a0e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Expand Up @@ -5,15 +5,14 @@ envlist =
clean,
check,
{py27,py33,py34,py35},
report,
docs
report

[testenv]
basepython =
{py27,spell}: {env:TOXPYTHON:python2.7}
{py27,docs,spell}: {env:TOXPYTHON:python2.7}
py33: {env:TOXPYTHON:python3.3}
py34: {env:TOXPYTHON:python3.4}
{py35, docs}: {env:TOXPYTHON:python3.5}
py35: {env:TOXPYTHON:python3.5}
{clean,check,report,coveralls,codecov}: python3.5
bootstrap: python
setenv =
Expand Down

0 comments on commit d91a0e6

Please sign in to comment.