Skip to content

Commit 534e990

Browse files
authored
Fix CI
1 parent 63b5bcb commit 534e990

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ requires =
88
isolated_build = true
99

1010
[testenv]
11+
setenv =
12+
MPLBACKEND=agg
13+
JUPYTER_PLATFORM_DIRS=1
1114
extras = test
1215
changedir =
1316
test: .tmp/{envname}
1417
deps =
15-
devdeps: git+https://github.com/astropy/astropy.git#egg=astropy
18+
devdeps: pip install -U -i https://pypi.anaconda.org/astropy/simple astropy --pre
1619
devdeps: git+https://github.com/ejeschke/ginga.git#egg=ginga
1720
commands =
21+
jupyter --paths
22+
pip freeze
1823
pytest --pyargs astrowidgets {toxinidir}/docs {posargs}

0 commit comments

Comments
 (0)