File tree 1 file changed +8
-4
lines changed 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ sudo: false
2
2
language : python
3
3
python : " 3.4"
4
4
cache :
5
- directories :
6
- - ${HOME}/mysql
7
5
pip : true
8
6
9
7
@@ -34,7 +32,10 @@ matrix:
34
32
apt :
35
33
packages :
36
34
- libaio-dev
37
- python : 3.4
35
+ python : 3.3
36
+ cache :
37
+ directories :
38
+ - ${HOME}/mysql
38
39
- env :
39
40
- TOX_ENV=py34
40
41
- DB=5.7.8-rc
@@ -43,12 +44,15 @@ matrix:
43
44
packages :
44
45
- libaio-dev
45
46
python : 3.4
47
+ cache :
48
+ directories :
49
+ - ${HOME}/mysql
46
50
47
51
# different py version from 5.6 and 5.7 as cache seems to be based on py version
48
52
49
53
# http://dev.mysql.com/downloads/mysql/5.7.html has latest development release version
50
54
51
- # really only need libaio1 however libaio-dev is whitelisted for container builds and liaio1 isn't
55
+ # really only need libaio1 for DB builds however libaio-dev is whitelisted for container builds and liaio1 isn't
52
56
53
57
install :
54
58
- pip install -U tox
You can’t perform that action at this time.
0 commit comments