forked from glue-viz/glue-vispy-viewers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
37 lines (35 loc) · 885 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[tox]
envlist =
py{38,39,310,311}-{test}-{dev}{,pyqt63,pyside63,pyqt64,pyside64,jupyter}
codestyle
requires = pip >= 18.0
setuptools >= 30.3.0
[testenv]
passenv =
DISPLAY
HOME
changedir =
test: .tmp/{envname}
deps =
pyqt63: PyQt6==6.3.*
pyside63: PySide6==6.3.*
pyqt64: PyQt6==6.4.*
pyside64: PySide6==6.4.*
dev: glue-core @ git+https://github.com/glue-viz/glue
dev: vispy @ git+https://github.com/vispy/vispy
oldestdeps: glue-core==1.13.*
oldestdeps: echo==0.6
oldestdeps: vispy==0.12.*
extras =
test: test
pyqt63,pyqt64: pyqt
pyside63,pyside64: pyside
jupyter: jupyter
commands =
test: pip freeze
test: pytest --pyargs glue_vispy_viewers --cov glue_vispy_viewers {posargs}
[testenv:codestyle]
deps = flake8
skip_install = true
commands =
flake8 --max-line-length=100 glue_vispy_viewers