From 951767c7ce0567ca6202dca09a61d17d9e63a963 Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Sun, 20 Dec 2015 12:38:56 +0100
Subject: [PATCH] Use py.test with tox.

---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 9c76dd9..390c066 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ recreate=True
 # See https://github.com/pytest-dev/pytest/issues/1057
 deps=pytest>=2.8.3
 commands=
-  python setup.py test
+  py.test
 
 [testenv:flake8]
 deps=flake8
-- 
GitLab