Bläddra i källkod

Added missing dependency

Adam Kelly 6 år sedan
förälder
incheckning
1475595092
2 ändrade filer med 6 tillägg och 1 borttagningar
  1. 5 0
      .travis.yml
  2. 1 1
      setup.py

+ 5 - 0
.travis.yml

@@ -4,6 +4,11 @@ python:
   - "3.6"
   - "3.6"
   - "3.7-dev"
   - "3.7-dev"
 
 
+os: osx
+
+git:
+  depth: false
+
 install:
 install:
   - pip install .
   - pip install .
 
 

+ 1 - 1
setup.py

@@ -18,6 +18,6 @@ setuptools.setup(
         "License :: OSI Approved :: MIT License",
         "License :: OSI Approved :: MIT License",
         "Operating System :: OS Independent",
         "Operating System :: OS Independent",
     ],
     ],
-    setup_requires=['pytest-runner', 'pyopencl', 'pybind11', 'numpy'],
+    setup_requires=['pytest-runner', 'mako', 'pyopencl', 'pybind11', 'numpy'],
     tests_require=["pytest"]
     tests_require=["pytest"]
 )
 )