Skip to content

Commit

Permalink
Add cython to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 26, 2018
1 parent cf871af commit fa77efa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ matrix:
env: PURE_PYTHON=1
- python: 3.6
env: PURE_PYTHON=1
env:
global:
- CC="ccache gcc"
- CCACHE_SLOPPINESS=file_macro,time_macros,include_file_ctime,include_file_mtime
- CCACHE_NOHASHDIR=true
- CFLAGS="-Ofast -pipe -fomit-frame-pointer -march=native"
- PYTHONHASHSEED=random
- PIP_UPGRADE_STRATEGY=eager
script:
- coverage run -m zope.testrunner --test-path=src
after_success:
Expand All @@ -20,7 +28,7 @@ notifications:

install:
- pip install -U pip
- pip install -U setuptools
- pip install -U setuptools cython
- pip install -U coveralls coverage
- pip install -U -e ".[test]"

Expand Down

0 comments on commit fa77efa

Please sign in to comment.