aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/tools/python-semver/tox.ini
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2022-06-19 19:47:51 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2022-06-19 19:47:51 +0530
commit4fd287655a72b9aea14cdac715ad5b90ed082ed2 (patch)
tree65d393bc0e699dd12d05b29ba568e04cea666207 /circuitpython/tools/python-semver/tox.ini
parent0150f70ce9c39e9e6dd878766c0620c85e47bed0 (diff)
add circuitpython code
Diffstat (limited to 'circuitpython/tools/python-semver/tox.ini')
-rw-r--r--circuitpython/tools/python-semver/tox.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/circuitpython/tools/python-semver/tox.ini b/circuitpython/tools/python-semver/tox.ini
new file mode 100644
index 0000000..c909157
--- /dev/null
+++ b/circuitpython/tools/python-semver/tox.ini
@@ -0,0 +1,16 @@
+[tox]
+envlist =
+ flake8
+ py{26,27,32,33,34,35,36}
+ pypy
+
+[testenv]
+commands = py.test -q tests.py
+deps = pytest
+setenv =
+ PIP_DISABLE_PIP_VERSION_CHECK = 1
+
+[testenv:flake8]
+basepython = python3.4
+deps = flake8
+commands = flake8