You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that it seems tox testing has been added a long time ago via: #20, a nice addition IMHO.
Is it still in use? If no, I suggest some cleanup (tox.ini for example). If yes, I think we could make some improvements:
Document tox's use in contributor's documentation
Make sure tox environments (configured in tox.ini match the supported Python version - it's currently 2.7 and 3.4)
See if can combine tox and Travic-CI: the aim would be to have a single configuration point, and allow testing all environments both locally and on Travis-CI.
Hope this helps!
The text was updated successfully, but these errors were encountered:
Yeah, I'd be happy to contribute that! Don't hesitate to assign me to this issue (I can't do it myself) so there's some hope I don't forget about it :)
I noticed that it seems tox testing has been added a long time ago via: #20, a nice addition IMHO.
Is it still in use? If no, I suggest some cleanup (
tox.ini
for example). If yes, I think we could make some improvements:tox.ini
match the supported Python version - it's currently 2.7 and 3.4)Hope this helps!
The text was updated successfully, but these errors were encountered: