Skip to content

Commit

Permalink
Use setup.cfg for tox configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed Jun 11, 2020
1 parent 6ed9d08 commit 81c4e10
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions setup.cfg
@@ -0,0 +1,17 @@
[tox:tox]
envlist = py{27,35,36,37,38,39}
skipsdist = True
skip_missing_interpreters = True

[testenv]
deps =
numpy
setenv =
SDL_VIDEODRIVER=dummy
SDL_AUDIODRIVER=disk
passenv =
PORTMIDI_INC_PORTTIME
commands =
python -m buildconfig -auto
pip install .
python -m pygame.tests

0 comments on commit 81c4e10

Please sign in to comment.