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 5ce7d5f

Browse filesBrowse files
committed
Merge pull request PyMySQL#29 from msabramo/tox
Add tox.ini for tox (http://tox.testrun.org/)
2 parents ed5e9e4 + a1dd636 commit 5ce7d5f
Copy full SHA for 5ce7d5f

File tree

Expand file treeCollapse file tree

2 files changed

+12
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+12
-0
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
*.zip
88
*.egg
99
*.egg-info/
10+
.tox/
1011
build/
1112
dist/

‎tox.ini

Copy file name to clipboard
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[tox]
2+
envlist = py25, py26, py27, py33
3+
4+
[testenv]
5+
setenv =
6+
TESTDB=travis.cnf
7+
commands =
8+
nosetests {posargs:-w tests -v}
9+
deps =
10+
ipdb
11+
nose

0 commit comments

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