Browse Source

Merge pull request #2317 from dbrgn/fixed_tox

Fixed tox.ini
Ask Solem Hoel 10 years ago
parent
commit
f2f5450449
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

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