Quellcode durchsuchen

Install dependencies on Python 2 for Travis.

Johannes Baiter vor 11 Jahren
Ursprung
Commit
a05fa5e723
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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 .