Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Nov 11, 2022
1 parent 63b5bcb commit 534e990
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ requires =
isolated_build = true

[testenv]
setenv =
MPLBACKEND=agg
JUPYTER_PLATFORM_DIRS=1
extras = test
changedir =
test: .tmp/{envname}
deps =
devdeps: git+https://github.com/astropy/astropy.git#egg=astropy
devdeps: pip install -U -i https://pypi.anaconda.org/astropy/simple astropy --pre
devdeps: git+https://github.com/ejeschke/ginga.git#egg=ginga
commands =
jupyter --paths
pip freeze
pytest --pyargs astrowidgets {toxinidir}/docs {posargs}

0 comments on commit 534e990

Please sign in to comment.