From 9d119cf45a486b9cbfa01cdb496283889dab5284 Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Thu, 15 Sep 2016 05:24:27 +0200
Subject: [PATCH] Set new setuptools alias for tests.

Use pytest automatically, when `python setup.py test` is run.
---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index faefd6c..bd23b87 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,7 @@
 distribute = register sdist bdist_wheel upload
 dev = develop easy_install diceware[tests]
 docs = develop easy_install diceware[docs]
+test = pytest
 
 [bdist_wheel]
 universal = 1
-- 
GitLab