Skip to content

Commit adf995d

Browse files
committed
Merge pull request PyMySQL#223 from PyMySQL/py34
Add Python 3.4 test to Travis.
2 parents 633f9b3 + e6ee871 commit adf995d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ language: python
22
python: "2.7"
33

44
before_install:
5-
- sudo add-apt-repository -y ppa:pypy/ppa
65
- sudo apt-get update -qq -y
7-
- sudo apt-get -y install pypy
8-
- sudo rm -rf /usr/local/pypy
6+
- sudo apt-get install python3.4
97

108
install:
119
- pip install -M tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py33,pypy
2+
envlist = py26,py27,py33,py34,pypy
33

44
[testenv]
55
commands = ./runtests.py

0 commit comments

Comments
 (0)