A tox.ini file is added that specifies Python 2.4, 2.5, 2.6, 2.7, and PyPy
test environments.

Signed-off-by: Peter Grayson <[email protected]>
---
 .gitignore | 1 +
 tox.ini    | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 tox.ini

diff --git a/.gitignore b/.gitignore
index 42b5727c..70fabe34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ release.sh
 snapshot.sh
 stgit-completion.bash
 ChangeLog
+.tox
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..9d82f13b
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,6 @@
+[tox]
+envlist = py24,py25,py26,py27,pypy
+skip_missing_interpreters = True
+
+[testenv]
+commands = python t/test.py
-- 
2.12.0

_______________________________________________
stgit-users mailing list
[email protected]
https://mail.gna.org/listinfo/stgit-users

Reply via email to