Browse Source

Attempt to fix travis.yml

Adam Kelly 5 years ago
parent
commit
c286999022
1 changed files with 1 additions and 1 deletions
  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: