Explorar o código

Install dependencies on Python 2 for Travis.

Johannes Baiter %!s(int64=11) %!d(string=hai) anos
pai
achega
a05fa5e723
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 .