summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2015-12-21 00:43:39 +0200
committerAarni Koskela <akx@iki.fi>2015-12-21 10:52:23 +0200
commit9ab038fb0556d20788397a450f52f6cd6e94b6c7 (patch)
tree842cd145c140cb82d56ec6679049aee77de4c459 /.gitignore
parentcc02cd1e936d632897ca4df3bef2adb4b1cd50c0 (diff)
downloadbabel-9ab038fb0556d20788397a450f52f6cd6e94b6c7.tar.gz
Test/CI: Add requisite doctest flags; ignore setup.py and venvs
This requires a newer version of py.test, so the requirement is pinned in the CI configuration. See https://pytest.org/latest/doctest.html See https://pytest.org/latest/example/pythoncollection.html#customizing-test-collection-to-find-all-py-files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0006e76..7c27f0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ babel/global.dat
tests/messages/data/project/i18n/long_messages.pot
tests/messages/data/project/i18n/temp.pot
tests/messages/data/project/i18n/en_US
+/venv*