8000 refactoring before next release by methane · Pull Request #405 · PyMySQL/PyMySQL · GitHub
[go: up one dir, main page]

Skip to content

refactoring before next release #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 4, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
travis: MySQL 5.6.26 => 5.6.28, Python 3.5
  • Loading branch information
methane committed Jan 3, 2016
commit 0cffd555932ac675623ee022e45aa50e6fe9ae87
8 changes: 5 additions & 3 deletions .travis.yml
Open in desktop
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
sudo: false
language: python
python: "3.4"
python: "3.5"
cache:
pip: true
directories:
- $HOME/.cache/pip

env:
matrix:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3

Expand All @@ -36,7 +38,7 @@ matrix:
sudo: required
- env:
- TOX_ENV=py34
- DB=5.6.26
- DB=5.6.28
addons:
apt:
packages:
Expand Down
0