Explorar el Código

Add cymem to travis dependencies.

Stefano Cossu hace 6 años
padre
commit
3be25d1e81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ matrix:
       sudo: true
 
 install:
-  - pip install Cython==0.29
+  - pip install Cython==0.29 cymem
   - pip install -e .
 script:
   - python setup.py test