Explorar el Código

Merge pull request #2317 from dbrgn/fixed_tox

Fixed tox.ini
Ask Solem Hoel hace 10 años
padre
commit
f2f5450449
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -3,7 +3,7 @@ envlist =
     2.7,
     3.3,
     3.4,
-    pypy
+    pypy,
     pypy3
 
 [testenv]