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 e20b631

Browse filesBrowse files
committed
Add support for tox
1 parent c8b2744 commit e20b631
Copy full SHA for e20b631

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+11
-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
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
nose

0 commit comments

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