diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2020-02-23 20:49:33 +0100 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2020-04-07 23:31:32 +0200 |
| commit | 9787a407b700f18dadfb4153b3ba1375a615b73c (patch) | |
| tree | b64e1e5261b1e146a9fabf19389089f1e17bf4fa /MANIFEST.in | |
| parent | 22d4b465c3217536cb444dafe5c25e9aaa3aa7be (diff) | |
| download | gitlab-9787a407b700f18dadfb4153b3ba1375a615b73c.tar.gz | |
chore: use pytest for unit tests and coverage
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2d1b15b..df53d66 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include COPYING AUTHORS ChangeLog.rst RELEASE_NOTES.rst requirements.txt test-requirements.txt rtd-requirements.txt -include tox.ini .testr.conf .travis.yml +include tox.ini .travis.yml recursive-include tools * recursive-include docs *j2 *.py *.rst api/*.rst Makefile make.bat recursive-include gitlab/tests/data * |
