summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-08 12:47:29 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-08 12:47:29 +0100
commitc2605c99941bec560989a26b0d54bd10a49c243b (patch)
treee93cf52626a0377bf0bb0a650944ed5bb1d34e00
parente7f71afefd1dd3d25f57c0814886f8b1bd6d8049 (diff)
downloadansicolor-c2605c99941bec560989a26b0d54bd10a49c243b.tar.gz
use pytest
-rw-r--r--dev-requirements.txt1
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 0 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 91cfbf2..2efe6c9 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,4 +1,5 @@
cheesecake
flake8
+pytest
tox
wheel
diff --git a/tox.ini b/tox.ini
index f8e74c0..eda413c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,8 @@ develop=true
[testenv]
commands=
+ pip install pytest
python -m ansicolor.ansicolor --color
python -m ansicolor.ansicolor --diff
python -m ansicolor.ansicolor --highlight
+ py.test