Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit 54e41bd

Browse files
committed
Adding a tox.ini
git-svn-id: https://svn.stsci.edu/svn/ssb/stsci_python/d2to1/trunk@26507 fe389314-cf27-0410-b35b-8c050e845b92
1 parent 919b51b commit 54e41bd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Changes
1212
``data_files`` option could be passed to ``setup()`` as a ``dict_items``
1313
object instead of a ``list`` which is what would normally be expected.
1414

15+
- Added a tox.ini (frankly I thought there already was one).
16+
1517

1618
0.2.10 (2013-04-10)
1719
-------------------

tox.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[tox]
2+
envlist = py25,py26,py27,py32,py33
3+
4+
[testenv]
5+
deps =
6+
nose
7+
numpy
8+
setuptools-subversion
9+
commands =
10+
python setup.py test
11+
sitepackages = True

0 commit comments

Comments
 (0)