Skip to content

Commit

Permalink
TST: merged readme and docs environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed Apr 22, 2018
1 parent 42b9746 commit 22d2505
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration for automated testing.
# Configuration for automated testing, building, and releasing.

[tox]
envlist = py36, docs, readme
envlist = py36, docs

[testenv]
passenv =
Expand All @@ -20,17 +20,12 @@ deps =
pandas
ipython
matplotlib
readme_renderer
sphinx_rtd_theme
commands =
python ../setup.py check -r -s
sphinx-build -E -W -n -b html -d build/doctrees source build/html

[testenv:readme]
skip_install = True
deps =
readme_renderer
commands =
python setup.py check -r -s

[testenv:build]
skip_install = True
deps =
Expand Down

0 comments on commit 22d2505

Please sign in to comment.