Skip to content

Commit

Permalink
Use pyargs
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 25, 2019
1 parent 93ab871 commit bd85178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ python:
- "3.5"
- "3.6"

install:
- pip install tox

script:
- tox -e test -v
- tox -e build_docs -v
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ passenv = HOME LC_ALL LC_CTYPE CC CFLAGS
deps =
pytest-astropy
commands =
python astropy
pytest --pyargs astropy

[testenv:build_docs]
deps =
Expand Down

0 comments on commit bd85178

Please sign in to comment.