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

fix install by not importing requirements during setup #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fiendish
Copy link

@fiendish fiendish commented Jul 12, 2021

closes #1
closes #3

@fiendish
Copy link
Author

fiendish commented Jul 12, 2021

I also think you need to upgrade pip in your Travis VMs and stop testing against those older versions of python.
The Travis log for 3.6 is showing pip 9.0.1 from /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (python 3.6). Pip 9 is wicked old.

The readme also says 3.5+ is required but CI is still running in way older environments.

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

Successfully merging this pull request may close these issues.

CI is broken setup.py does not properly pull in requirements because it imports things that it shouldn't
1 participant