We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9419b3e commit 08b8926Copy full SHA for 08b8926
.travis.yml
@@ -1,19 +1,18 @@
1
sudo: false
2
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
+python:
+ - "3.6"
+ - "3.5"
+ - "3.4"
+ - "2.7"
+ - "pypy"
10
11
install:
12
- - pip install -U tox
+ - pip install -U tornado
13
14
before_script:
15
- "mysql -e 'create database test_pymysql DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'"
16
- "mysql -e 'create database test_pymysql2 DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'"
17
- cp .travis.databases.json tornado_mysql/tests/databases.json
18
19
-script: tox -e $TOX_ENV
+script: ./runtests.py
0 commit comments