Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build improvements #79

Closed
7 tasks done
clbarnes opened this issue Jan 9, 2019 · 1 comment
Closed
7 tasks done

Build improvements #79

clbarnes opened this issue Jan 9, 2019 · 1 comment

Comments

@clbarnes
Copy link
Contributor

clbarnes commented Jan 9, 2019

  • Build against python 3.6, 3.7
  • 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
@clbarnes
Copy link
Contributor Author

clbarnes commented Jan 9, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants