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 8c9f376

Browse filesBrowse files
committed
Use tox on Travis.
1 parent 63e7052 commit 8c9f376
Copy full SHA for 8c9f376

File tree

Expand file treeCollapse file tree

1 file changed

+8
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-10
lines changed

‎.travis.yml

Copy file name to clipboard
+8-10Lines changed: 8 additions & 10 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.