summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlessandro Amici <a.amici@bopen.eu>2018-05-15 20:24:46 +0200
committerAlessandro Amici <a.amici@bopen.eu>2018-05-15 20:24:46 +0200
commite43681cc31c1b2aa0b11941d8d447488e62fa3c5 (patch)
tree8da1ec1ae6b35a2b229b3047221df9ccc9b2f28f /setup.cfg
parenta71e21abde0f45155c86d044bf609a7d37a891ba (diff)
Add tox CI testing and requirements-tests.txt.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..f80683d
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,17 @@
+[bdist_wheel]
+universal = 1
+
+[aliases]
+test = pytest
+
+[tool:pytest]
+norecursedirs =
+ build
+ dist
+ .tox
+ .eggs
+pep8maxlinelength = 99
+mccabe-complexity = 10
+
+[coverage:run]
+branch = True