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

travis: cache pip, tune libsigsegv, add pytest-travis-fold #36

Merged
merged 3 commits into from
Nov 15, 2015

Conversation

abusalimov
Copy link
Contributor

This incorporates follow-up changes based on feedback for #35.

@@ -2,8 +2,11 @@ language: python
python: '3.5'
sudo: false
env:
{% if cookiecutter.c_extension_support|lower == "yes" %}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, almost forgot (sorry). This needs to be always around (not fun then one off your dependencies falls flat and segfaults on you). Plus you can always segfafult the python interpreter from pure python code (bugs and other fine issues).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, likely you're right.

@ionelmc
Copy link
Owner

ionelmc commented Nov 14, 2015

Just 3 more things (inline). Getting closer 😬

@abusalimov
Copy link
Contributor Author

Rebased, please review! 🏁

ionelmc added a commit that referenced this pull request Nov 15, 2015
Travis: cache pip, tune libsigsegv, add pytest-travis-fold
@ionelmc ionelmc merged commit 7a4f18b into ionelmc:master Nov 15, 2015
@ionelmc
Copy link
Owner

ionelmc commented Nov 15, 2015

Thanks!

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.

2 participants