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:
Rogério Brito 2016-02-11 02:02:24 -02:00
parent c8e42b564b
commit 9ab8ee2fcc

View file

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,pypy
envlist = py27,py34
[testenv]
downloadcache = .tox/_download/