Skip to content

Commit 8c9f376

Browse files
committed
Use tox on Travis.
1 parent 63e7052 commit 8c9f376

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.travis.yml

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: python
2-
python:
3-
- 2.6
4-
- 2.7
5-
- pypy
6-
- 3.3
7-
#- 3.4
8-
matrix:
9-
fast_finish: true
10-
install: python setup.py install
2+
before_install:
3+
- sudo apt-get update -qq -y
4+
- sudo apt-get install python3.4
5+
6+
install:
7+
- pip install tox six
8+
119
before_script: mysql -e 'create database mysqldb_test charset utf8;'
12-
script: TESTDB=travis.cnf nosetests
10+
script: tox

0 commit comments

Comments
 (0)