Use tox on Travis.

This commit is contained in:
INADA Naoki
2014-04-18 13:59:30 +09:00
parent 63e70526f6
commit 8c9f376211

View File

@ -1,12 +1,10 @@
language: python
python:
- 2.6
- 2.7
- pypy
- 3.3
#- 3.4
matrix:
fast_finish: true
install: python setup.py install
before_install:
- sudo apt-get update -qq -y
- sudo apt-get install python3.4
install:
- pip install tox six
before_script: mysql -e 'create database mysqldb_test charset utf8;'
script: TESTDB=travis.cnf nosetests
script: tox