Просмотр исходного кода

Install dependencies on Python 2 for Travis.

Johannes Baiter 11 лет назад
Родитель
Сommit
a05fa5e723
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

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