8000 travis: MySQL 5.6.26 => 5.6.28, Python 3.5 · PyMySQL/PyMySQL@0cffd55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cffd55

Browse files
committed
travis: MySQL 5.6.26 => 5.6.28, Python 3.5
1 parent 54c745a commit 0cffd55

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
sudo: false
22
language: python
3-
python: "3.4"
3+
python: "3.5"
44
cache:
5-
pip: true
5+
directories:
6+
- $HOME/.cache/pip
67

78
env:
89
matrix:
910
- TOX_ENV=py26
1011
- TOX_ENV=py27
1112
- TOX_ENV=py33
1213
- TOX_ENV=py34
14+
- TOX_ENV=py35
1315
- TOX_ENV=pypy
1416
- TOX_ENV=pypy3
1517

@@ -36,7 +38,7 @@ matrix:
3638
sudo: required
3739
- env:
3840
- TOX_ENV=py34
39-
- DB=5.6.26
41+
- DB=5.6.28
4042
addons:
4143
apt:
4244
packages:

0 commit comments

Comments
 (0)
0