Add Python 3.4 test to Travis.

This commit is contained in:
INADA Naoki
2014-03-18 01:36:38 +09:00
parent 633f9b37ff
commit e6ee871273
2 changed files with 2 additions and 4 deletions

View File

@@ -2,10 +2,8 @@ language: python
python: "2.7"
before_install:
- sudo add-apt-repository -y ppa:pypy/ppa
- sudo apt-get update -qq -y
- sudo apt-get -y install pypy
- sudo rm -rf /usr/local/pypy
- sudo apt-get install python3.4
install:
- pip install -M tox

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,pypy
envlist = py26,py27,py33,py34,pypy
[testenv]
commands = ./runtests.py