diff options
author | jaseg <git@jaseg.de> | 2022-02-06 20:42:46 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-02-06 20:42:46 +0100 |
commit | 0d21c171d30e73262a1e16e087b5af352baa192c (patch) | |
tree | 10a307bb58613cc9d7ba797877d4774ac4f93cfb /tox.ini | |
parent | 77f2da8761c45048d58e98eab3cd985e60f32298 (diff) | |
download | gerbonara-0d21c171d30e73262a1e16e087b5af352baa192c.tar.gz gerbonara-0d21c171d30e73262a1e16e087b5af352baa192c.tar.bz2 gerbonara-0d21c171d30e73262a1e16e087b5af352baa192c.zip |
CI WIPv0.9.1
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +[tox] +envlist = py37, py310 + +[testenv] +deps = pytest +commands = pytest |