markfinger / python-react

Server-side rendering of React components
MIT License
1.62k stars 116 forks source link

Enable tests on travis-ci.org #15

Closed matthewryanscott closed 9 years ago

matthewryanscott commented 9 years ago

Note: to fully work this will require you to sign up at travis-ci.org if you haven't already, and then to enable builds for the markfinger/django-react repo.

Rollup of the following changes:

matthewryanscott commented 9 years ago

Of note is that sometimes these tests (and for django-node as well) will fail due to network error during pip or npm.

I've logged some of the failures here: https://github.com/travis-ci/travis-ci/issues/2389#issuecomment-74560469

From the comments there it seems to be occasional https issues with the Fastly CDN that is in use by PyPI and NPM.

markfinger commented 9 years ago

That's good to know about the CDN. CI's always a bit fragile, but definitely worth it.

Thanks for all this!