Closed msabramo closed 10 years ago
Hmm, this seems to break Python 3 envs in tox
, because pies2overrides
shouldn't be included in Python 3. This looks like the same issue as #19.
Fixed the Python 3 problem and rebased. Old HEAD: 25c1955. New HEAD: fdf2632
$ tox
...
py26: commands succeeded
py27: commands succeeded
py32: commands succeeded
py33: commands succeeded
pypy: commands succeeded
congratulations :)
Making tox config a bit more DRY. Old HEAD: fdf2632. New HEAD: 5834ccc.
Everything looks good, thanks!
This makes
tox
install the local version ofpies2overrides
instead of pulling it from PyPI.This addresses the following comment:
https://github.com/timothycrosley/pies/pull/23#issuecomment-35893411