diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2019-07-27 10:52:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-27 10:52:58 +0100 |
commit | 5797d6d4aaf6bd6155a4312f3d7ca4ad251b190a (patch) | |
tree | 91abced97331d5d40088419f424952f99f6457ed /tox.ini | |
parent | 12b94cec43b00be6c48c865602c642927ad55f86 (diff) | |
parent | 2cfc3a0828e76af363c7185403076c3782e52ed5 (diff) | |
download | z80count-5797d6d4aaf6bd6155a4312f3d7ca4ad251b190a.tar.gz z80count-5797d6d4aaf6bd6155a4312f3d7ca4ad251b190a.zip |
Merge pull request #4 from patxoca/master
Package z80count as a python distribution
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +[tox] +envlist = py{32,33,34,35,36,37} + +[testenv] +deps = + pytest + +commands = py.test |