瀏覽代碼

Install dependencies on Python 2 for Travis.

Johannes Baiter 11 年之前
父節點
當前提交
a05fa5e723
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -4,3 +4,6 @@ python:
   - "3.3"
 # command to run tests
 script: nosetests
+# Ensure dependencies are installed
+install:
+  - pip install .