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
- needed to rm pyproject.toml because pip decided to read it during
editable install and errored out
- how it read the poetry section I don't even know or why that
instead of setup.py I haven't a clue
- also not sure why it didn't error out on the Python 3.4 test....
- dafuq is going on here, it occurs even on job restarts...
- rm pyproject.toml # editable install reads from here somehow and bugs out on 2.7!!??!!: https://travis-ci.org/agilgur5/django-serializable-model/jobs/584822609
28
+
- pip install -e . # won't be able to do this if setup.py is removed!
0 commit comments