瀏覽代碼

Added missing dependency

Adam Kelly 6 年之前
父節點
當前提交
1475595092
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      .travis.yml
  2. 1 1
      setup.py

+ 5 - 0
.travis.yml

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

+ 1 - 1
setup.py

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