Skip to content

fix install by not importing requirements during setup - #2

Open
fiendish wants to merge 2 commits into
eDIMESLab:masterfrom
fiendish:master
Open

fix install by not importing requirements during setup#2
fiendish wants to merge 2 commits into
eDIMESLab:masterfrom
fiendish:master

Conversation

@fiendish

@fiendish fiendish commented Jul 12, 2021

Copy link
Copy Markdown

closes #1
closes #3

@fiendish

fiendish commented Jul 12, 2021

Copy link
Copy Markdown
Author

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