aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <[email protected]>2017-04-10 06:48:57 +0100
committerWill Thompson <[email protected]>2017-04-10 08:00:43 +0100
commit280c60120beb13d00c807c418c765b93da248b19 (patch)
tree43651ca88422f387be324d62101c83180b950d6a /setup.cfg
parent853ae97dccc91988874ae229e9977c8f41a02e44 (diff)
downloadmastodon.py-280c60120beb13d00c807c418c765b93da248b19.tar.gz
Set up pytest
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 14c6824..459ffba 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,3 +5,6 @@ universal=1
5source-dir = docs 5source-dir = docs
6build-dir = docs/build 6build-dir = docs/build
7all_files = 1 7all_files = 1
8
9[aliases]
10test=pytest
Powered by cgit v1.2.3 (git 2.41.0)