File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
language : python
10
10
11
+ # make subsequent builds happen really fast
12
+ cache : pip
13
+
14
+ addons :
15
+ apt :
16
+ packages :
17
+ - libgeos-3.3.8
18
+ # requirements for matplotlib
19
+ - libpng12-dev
20
+ - libfreetype6-dev
21
+
11
22
matrix :
12
23
include :
13
24
# use libgeos binary from apt
14
25
- python : 2.6
15
- env : NUMPY=numpy==1.6
26
+ env : NUMPY=numpy==1.6.2
16
27
- python : 2.7
17
28
- python : 3.3
18
29
- python : 3.4
@@ -26,15 +37,12 @@ matrix:
26
37
# - python: 2.7
27
38
# env: TEST_ARGS=--pep8
28
39
29
- addons :
30
- apt :
31
- packages :
32
- - libgeos-3.3.8
33
40
34
- before_install :
41
+
42
+ # before_install:
35
43
# Install into our own pristine virtualenv
36
- - virtualenv --python=python venv
37
- - source venv/bin/activate
44
+ # - virtualenv --python=python venv
45
+ # - source venv/bin/activate
38
46
39
47
install :
40
48
# Upgrade pip and setuptools. Mock has issues with the default version of
You can’t perform that action at this time.
0 commit comments