[tor-commits] [stem/master] Remove py31 tox env; in practice, it appears redundant
    atagar at torproject.org 
    atagar at torproject.org
       
    Tue Jul 24 19:33:03 UTC 2018
    
    
  
commit e5bd63d7a8ca6f60df118dd1dd6c2a239d080d6c
Author: Dave Rolek <dmr-x at riseup.net>
Date:   Sat Jul 21 21:56:38 2018 +0000
    Remove py31 tox env; in practice, it appears redundant
    
    In practice, it appears to redundantly reference whatever py3 version is
    installed.
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index 23cce9e6..3b55867f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 skip_missing_interpreters = True
-envlist = py26,py27,py31,py32,py33,py34,py35,py36,py37
+envlist = py26,py27,py32,py33,py34,py35,py36,py37
 skipsdist = True
 
 [testenv]
    
    
More information about the tor-commits
mailing list