issues
search
PyFilesystem
/
pyfilesystem
Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
286
stars
63
forks
source link
tox.ini: Add py34; remove py3[12]; refactor
#203
Closed
msabramo
closed
8 years ago
msabramo
commented
9 years ago
Added py34
Removed py31 and py32 because they're old and harder to support
Refactored duplicate stuff to avoid repetition using new tox features like generative environments
willmcgugan
commented
8 years ago
Thanks