Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2014-04-17 19:25:21 +0400
committerMatt Martz <matt@sivel.net>2014-04-17 19:25:21 +0400
commit3e9c6e3532db97f78883c7e93a5e643d9324fe41 (patch)
treef17a87863c1d6ef08f6a458e50c5816ef50e7ddb /tox.ini
parent8a308040a9c1d34923622735ac5fe147432f2cfa (diff)
Better testing using tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini19
1 files changed, 19 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..8d0ebc2
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,19 @@
+[tox]
+skipsdist=true
+
+[testenv]
+commands =
+ {envpython} -V
+ {envpython} speedtest_cli.py
+
+[testenv:flake8]
+basepython=python
+deps=flake8
+commands =
+ {envpython} -V
+ flake8 speedtest_cli.py
+
+[testenv:pypy]
+commands =
+ pypy -V
+ pypy speedtest_cli.py