| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| @@ -1,5 +1,5 @@ | |||
| [tox] | |||
| envlist = py26, py27, py34, py35, py36, py37 | |||
| envlist = py27, py34, py35, py36, py37, pypy,pypy3 | |||
There was a problem hiding this comment.
🎉
Sorry, something went wrong.
|
Seems it installs 3.3 for pypy. wheel requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 3.3.5 |
Sorry, something went wrong.
|
It's a bit more complicated. So CPython builds success as well as PyPy3 build, but environment for PyPy (2) fails to set up. |
Sorry, something went wrong.
|
Looks like it sets up 3.3 for PyPy (2) build. Could we maybe remove it from tox.ini for now? At least we'll have some checks until we fix that. |
Sorry, something went wrong.
|
@podshumok Bump! Shall we just drop py26 for now and add pypy and pypy3 separately? |
Sorry, something went wrong.
|
Well, we don't actually use it in CI so we can either kill it all or just change tox config to anything we find useful |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.