Przeglądaj źródła

Add cymem to travis dependencies.

Stefano Cossu 6 lat temu
rodzic
commit
3be25d1e81
1 zmienionych plików z 1 dodań i 1 usunięć
  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