Browse Source

Attempt to fix travis.yml

Adam Kelly 5 năm trước cách đây
mục cha
commit
c286999022
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ python:
 
 install:
     - pip3 install -r requirements-dev.txt
-    - python3 setup.py build
+    - python3 setup.py build_ext --inplace
     - python3 setup.py install
 
 script: