pyrocore
pyrocore copied to clipboard
Fixes for Python 3 CI
This PR is meant to serve as a reference while py3 support is being worked on in master.
Updated a few things from https://github.com/pyroscope/pyrocore/pull/63 to see whether I could get it building nicely in Travis:
- added
coverageto requirements-dev- reason: other PR's
paver teststep was failing becausecoveragewasn't installed, I have no clue why it's working for py2 though
- reason: other PR's
- removed
sixfrom requirements- reason: six doesn't typically need to be a top-level requirement of python projects, esp. in this case it's transitively depended on by other requirements anyway
- updated pyrobase requirement to git url
- reason: master is newer than the current release and has py3 updates
- update .travis.yml (minor changes)
Huh. so here's the current (successful!) build for this PR in travis, I have no clue why but the build status isn't showing up next to my commits.