Browse Source

Add cymem to travis dependencies.

Stefano Cossu 6 năm trước cách đây
mục cha
commit
3be25d1e81
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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