Skip to content

Commit 8094e93

Browse files
committed
Add tox.ini
1 parent 4f24043 commit 8094e93

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tox.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[tox]
2+
envlist = py{36,37,38,39,310}
3+
4+
[testenv]
5+
deps=
6+
pytest
7+
pytest-cov
8+
coveralls
9+
# git+https://github.com/mmatl/pyopengl.git
10+
commands=
11+
pytest --cov=pyrender tests
12+
coveralls
13+
setenv=
14+
PYOPENGL_PLATFORM=osmesa
15+
passenv=GITHUB_*

0 commit comments

Comments
 (0)