From ad510185b54412f390f2ffcb2f8362326a1b0885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 16 Sep 2018 11:27:27 +0200 Subject: 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. --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.gitignore') 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/ -- cgit v1.2.1