Skip to content

Commit

Permalink
Use extras in tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Mar 6, 2019
1 parent bd85178 commit 61bde4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
passenv = HOME LC_ALL LC_CTYPE CC CFLAGS

[testenv:test]
deps =
pytest-astropy
extras = test
commands =
pytest --pyargs astropy

[testenv:build_docs]
deps =
sphinx-astropy
extras = docs
commands =
sphinx-build docs docs/_build/html -W -b html

0 comments on commit 61bde4b

Please sign in to comment.