summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-09-16 11:27:27 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2018-09-16 11:27:27 +0200
commitad510185b54412f390f2ffcb2f8362326a1b0885 (patch)
tree9804180e8a5ee8ffeb47578fa049909b5b10e1cd /.gitignore
parentc2211eecc5e51d771cc9681e2abd3e3abf0542b6 (diff)
downloadrsa-git-ad510185b54412f390f2ffcb2f8362326a1b0885.tar.gz
Fixed testing with Travis CI and Tox
- Added missing test dependencies. - Updated `.travis.yml` and `tox.ini` to install deps and run with pipenv. - Added testing on Python 3.7.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 410404c..1f5a640 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,10 +8,11 @@
/distribute*.tar.gz
/distribute*.egg
-/.tox/
-/.coverage
-/.coverage.*
-/.cache/
+.tox/
+.coverage
+.coverage.*
+.cache/
+.pytest_cache/
__pycache__/
/build/