Browse Source

Merge pull request #83 from scossu/spookyhash_fix

Fix Travis build error compiling Spookyhash
Stefano Cossu 6 years ago
parent
commit
41e2c0b577
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -12,6 +12,8 @@ install:
   - pip install -e .
   - pip install -e .
 script:
 script:
   - python setup.py test
   - python setup.py test
+env:
+  - CFLAGS="-std=c99"
 
 
 deploy:
 deploy:
     provider: pypi
     provider: pypi