We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b5bcb commit 534e990Copy full SHA for 534e990
tox.ini
@@ -8,11 +8,16 @@ requires =
8
isolated_build = true
9
10
[testenv]
11
+setenv =
12
+ MPLBACKEND=agg
13
+ JUPYTER_PLATFORM_DIRS=1
14
extras = test
15
changedir =
16
test: .tmp/{envname}
17
deps =
- devdeps: git+https://github.com/astropy/astropy.git#egg=astropy
18
+ devdeps: pip install -U -i https://pypi.anaconda.org/astropy/simple astropy --pre
19
devdeps: git+https://github.com/ejeschke/ginga.git#egg=ginga
20
commands =
21
+ jupyter --paths
22
+ pip freeze
23
pytest --pyargs astrowidgets {toxinidir}/docs {posargs}
0 commit comments