Skip to content

Commit

Permalink
Update C code and only enable tracing on travis. Appveyor needs to bu…
Browse files Browse the repository at this point in the history
…ild clean (no-trace) wheels.
  • Loading branch information
ionelmc committed Aug 30, 2017
1 parent c53044a commit c47a1a8
Show file tree
Hide file tree
Showing 6 changed files with 12,418 additions and 3,217 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ env:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
- PYTEST_ADDOPTS=--benchmark-disable
- SETUPPY_CFLAGS=-DCYTHON_TRACE=1
matrix:
- TOXENV=check

Expand Down
1 change: 1 addition & 0 deletions ci/templates/.travis.yml
Expand Up @@ -6,6 +6,7 @@ env:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
- PYTEST_ADDOPTS=--benchmark-disable
- SETUPPY_CFLAGS=-DCYTHON_TRACE=1
matrix:
- TOXENV=check
{% for env in tox_environments %}{{ '' }}
Expand Down

0 comments on commit c47a1a8

Please sign in to comment.