Преглед изворни кода

Fix Travis build error compiling Spookyhash

Stefano Cossu пре 6 година
родитељ
комит
e0435112d4
1 измењених фајлова са 2 додато и 0 уклоњено
  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