Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97e18a1

Browse filesBrowse files
committed
stop using tox.
1 parent cba486e commit 97e18a1
Copy full SHA for 97e18a1

File tree

Expand file treeCollapse file tree

2 files changed

+16
-30
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+16
-30
lines changed

‎.travis.yml

Copy file name to clipboard
+16-18Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
11
sudo: false
2+
dist: trusty
23
language: python
3-
python: "3.5"
4+
python:
5+
- "nightly"
6+
- "pypy-5.3.1"
7+
- "3.6-dev"
8+
- "3.6"
9+
- "3.5"
10+
- "3.4"
11+
- "2.7"
412

513
cache: pip
6-
install:
7-
- pip install tox
8-
9-
matrix:
10-
include:
11-
- python: "3.6-dev"
12-
env:
13-
- TOX_ENV=py36
14-
- TESTDB=travis.cnf
1514

15+
install:
16+
- pip install -U pip
17+
- pip install -U mock coverage pytest pytest-cov
1618

1719
env:
18-
matrix:
19-
- TOX_ENV=py26
20-
- TOX_ENV=py27
21-
- TOX_ENV=pypy
22-
- TOX_ENV=py33
23-
- TOX_ENV=py34
24-
- TOX_ENV=py35
2520
global:
2621
- TESTDB=travis.cnf
22+
2723
before_script:
2824
- "mysql --help"
2925
- "mysql --print-defaults"
3026
- "mysql -e 'create database mysqldb_test charset utf8mb4;'"
3127

32-
script: tox -e $TOX_ENV
28+
script:
29+
- pip install -e .
30+
- py.test --cov ./MySQLdb
3331

3432

3533
# vim: sw=2 ts=2 sts=2

‎tox.ini

Copy file name to clipboardExpand all lines: tox.ini
-12Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.