Explorar o código

Attempt to fix install order

Adam Kelly %!s(int64=6) %!d(string=hai) anos
pai
achega
098e66e71f
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -13,7 +13,9 @@ git:
   depth: false
 
 install:
-  - pip install .
+    # There is sometimes issues with the install order so do this bad boi first
+  - pip install mako pybind11
+  - pip install -e .
 
 script:
   - "python setup.py test"