Browse Source

Install dependencies on Python 2 for Travis.

Johannes Baiter 11 năm trước cách đây
mục cha
commit
a05fa5e723
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 .