Skip to content
This repository was archived by the owner on Jan 12, 2018. It is now read-only.

Commit 7c83781

Browse files
author
Steve Canny
committed
add tox.ini
1 parent 2632cfe commit 7c83781

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ MANIFEST
55
*.pyc
66
_scratch
77
template/word/media
8+
.tox

Diff for: tox.ini

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#
2+
# tox.ini
3+
#
4+
# Copyright (C) 2012, 2013 Steve Canny [email protected]
5+
#
6+
# This module is part of python-docx and is released under the MIT License:
7+
# http://www.opensource.org/licenses/mit-license.php
8+
#
9+
# Configuration for tox
10+
11+
[tox]
12+
envlist = py26, py27
13+
14+
[testenv]
15+
deps =
16+
lxml
17+
nose
18+
Pillow
19+
20+
commands =
21+
nosetests

0 commit comments

Comments
 (0)