mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
tox.ini: Remove pypy from list of interpreters.
I don't have pypy right now installed on my computer. I plan to add it back when Python 3 is supported. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
parent
c8e42b564b
commit
9ab8ee2fcc
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py27,py34,pypy
|
||||
envlist = py27,py34
|
||||
|
||||
[testenv]
|
||||
downloadcache = .tox/_download/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue