mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 21:42:48 +01:00
Re-enable pypy in tox
This wasn't a problem and my fix didn't work anyway. 😳
This commit is contained in:
parent
bb8b5e7092
commit
fd4a81cf3d
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
|
@ -4,8 +4,7 @@
|
|||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = py27, docs, flake8
|
||||
# pypy temporarily disabled
|
||||
envlist = py27, pypy, docs, flake8
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue