summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2018-05-14 15:04:16 -0700
committerAshley Whetter <AWhetter@users.noreply.github.com>2018-05-17 06:43:54 -0700
commitf4196707cbd1d2b63bb4c24bc8376275676c615f (patch)
tree54880d6a82a08c2223781d4a2d217b6eda8d47dd /setup.cfg
parentcd76b495d5e590138a90300d60cfcc5b4647cea5 (diff)
downloadastroid-git-f4196707cbd1d2b63bb4c24bc8376275676c615f.tar.gz
Tests are no longer installed
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f8e89c28..8f25358d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,8 @@
[wheel]
universal = 1
+
+[aliases]
+test = pytest
+
[tool:pytest]
-python_files = unittest_* test_*.py
testpaths = astroid/tests