2
0
Эх сурвалжийг харах

Install fastimport, mock and gevent from the apt repository so they don't have to be downloaded.

Jelmer Vernooij 10 жил өмнө
parent
commit
5d51b338fd
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -4,5 +4,4 @@ python:
 script: PYTHONHASHSEED=random python setup.py test
 install:
   - sudo apt-get update
-  - sudo apt-get install -qq git python-setuptools
-
+  - sudo apt-get install -qq git python-setuptools python-gevent python-fastimport python-mock