freedomofpress / securethenews

An automated scanner and web dashboard for tracking TLS deployment across news organizations
https://securethe.news
GNU Affero General Public License v3.0
102 stars 25 forks source link

Add Travis CI badge to README #94

Closed garrettr closed 7 years ago

garrettr commented 7 years ago

Closes #93.

garrettr commented 7 years ago

Looks like we ran headfirst into https://docs.travis-ci.com/user/common-build-problems/#Git-cannot-clone-my-Submodules, @msheiny is on the case.

garrettr commented 7 years ago

ok what the heck, Travis?!?

garrettr commented 7 years ago

Looks like this might be related: http://setuptools.readthedocs.io/en/latest/history.html#v34-0-0

As discovered in #940, not all versions of pip will successfully install Setuptools from its pre-built wheel. If you encounter issues with “No module named six” or “No module named packaging”, especially following a line “Running setup.py egg_info for package setuptools”, then your pip is not new enough.