Skip to content

Commit

Permalink
Add tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
eyllanesc committed Mar 17, 2022
1 parent 4f24043 commit 8094e93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tox]
envlist = py{36,37,38,39,310}

[testenv]
deps=
pytest
pytest-cov
coveralls
# git+https://github.com/mmatl/pyopengl.git
commands=
pytest --cov=pyrender tests
coveralls
setenv=
PYOPENGL_PLATFORM=osmesa
passenv=GITHUB_*

0 comments on commit 8094e93

Please sign in to comment.