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
Drop support for python 2.6. It's been EOL for half a decade. I think it's time.
Use pip instead of conda on travis (I know I'm to blame for using conda in the first place, but I've grown...). Conda's dependency tree resolution is so slow these days that it may have wiped out the speed gains anyway.
Use requirements.txt to set up a full development environment
Use extras_require to allow users to install all extra features
(minor) add __version_info__
Test against jsonpickle 0.9.6 and 1.0
The text was updated successfully, but these errors were encountered:
requirements.txt
to set up a full development environmentextras_require
to allow users to install all extra features__version_info__
The text was updated successfully, but these errors were encountered: