Sfoglia il codice sorgente

Install dependencies on Python 2 for Travis.

Johannes Baiter 11 anni fa
parent
commit
a05fa5e723
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 .