Skip to content

Commit 08b8926

Browse files
committed
Update travis
1 parent 9419b3e commit 08b8926

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
sudo: false
22
language: python
3-
python: "3.4"
4-
env:
5-
- TOX_ENV=py27
6-
- TOX_ENV=py33
7-
- TOX_ENV=py34
8-
- TOX_ENV=pypy
9-
- TOX_ENV=pypy3
3+
python:
4+
- "3.6"
5+
- "3.5"
6+
- "3.4"
7+
- "2.7"
8+
- "pypy"
109

1110
install:
12-
- pip install -U tox
11+
- pip install -U tornado
1312

1413
before_script:
1514
- "mysql -e 'create database test_pymysql DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'"
1615
- "mysql -e 'create database test_pymysql2 DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'"
1716
- cp .travis.databases.json tornado_mysql/tests/databases.json
1817

19-
script: tox -e $TOX_ENV
18+
script: ./runtests.py

0 commit comments

Comments
 (0)