python-stdnum branch master updated. 1.4-19-g45faa7c
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.4-19-g45faa7c
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.4-19-g45faa7c
- Date: Sun, 13 Nov 2016 22:13:41 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via 45faa7c8c20150a7c26c682a402aafefbb96535e (commit)
from a9e540510cec7581c16ce95e59822bff749af045 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://arthurdejong.org/git/python-stdnum/commit/?id=45faa7c8c20150a7c26c682a402aafefbb96535e
commit 45faa7c8c20150a7c26c682a402aafefbb96535e
Author: Sergi Almacellas Abellana <sergi@koolpi.com>
Date: Wed Nov 9 10:05:05 2016 +0100
Add tox.ini file
diff --git a/.gitignore b/.gitignore
index 2ffac4e..8f7c162 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,9 +4,10 @@
__pycache__
# /
-/build
-/dist
-/python_stdnum.egg-info
/.coverage
+/.tox
+/build
/coverage
+/dist
/distribute-*.egg
+/python_stdnum.egg-info
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..f8b77dc
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,7 @@
+[tox]
+envlist = {py27,py34,py35,py36,pypy}
+
+[testenv]
+deps = nose
+ coverage
+commands = nosetests
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 7 ++++---
tox.ini | 7 +++++++
2 files changed, 11 insertions(+), 3 deletions(-)
create mode 100644 tox.ini
hooks/post-receive
--
python-stdnum
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum branch master updated. 1.4-19-g45faa7c,
Commits of the python-stdnum project