aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlexis Roda <alexis.roda.villalonga@gmail.com>2019-07-27 10:09:52 +0200
committerAlexis Roda <alexis.roda.villalonga@gmail.com>2019-07-27 10:09:52 +0200
commit5f7d94e32812cb02ecde0a9f4fa965002f551c86 (patch)
treeeeffe933a08e3084db2ff0d407e510cf58596d66 /tox.ini
parent3556d259a249135c326fc518100b00829f8f8815 (diff)
downloadz80count-5f7d94e32812cb02ecde0a9f4fa965002f551c86.tar.gz
z80count-5f7d94e32812cb02ecde0a9f4fa965002f551c86.zip
Make a python package.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..2df04a4
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,8 @@
+[tox]
+envlist = py{32,33,34,35,36,37}
+
+[testenv]
+deps =
+ pytest
+
+commands = py.test