Przeglądaj źródła

Merge pull request #83 from scossu/spookyhash_fix

Fix Travis build error compiling Spookyhash
Stefano Cossu 6 lat temu
rodzic
commit
41e2c0b577
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

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