diff options
| author | Konrad Weihmann <kweihmann@outlook.com> | 2020-07-10 18:59:52 +0200 |
|---|---|---|
| committer | Konrad Weihmann <kweihmann@outlook.com> | 2020-07-12 15:39:58 +0200 |
| commit | 961539ced52c82519767a4c9e5852dbeccfc974e (patch) | |
| tree | c27a6764e06e9ef0fb4275a94e076c0a7c6006c1 /.travis.yml | |
| parent | 7e7045c4a2b2438adecd2ba59615fbb61d014512 (diff) | |
| download | GitPython-961539ced52c82519767a4c9e5852dbeccfc974e.tar.gz GitPython-961539ced52c82519767a4c9e5852dbeccfc974e.zip | |
tools: update tool scripts after moving tests
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9cbd94a8..1fbb1ddb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ script: # Make sure we limit open handles to see if we are leaking them - ulimit -n 128 - ulimit -n - - coverage run --omit="git/test/*" -m unittest --buffer + - coverage run --omit="test/*" -m unittest --buffer - coverage report - if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi - if [ "$TRAVIS_PYTHON_VERSION" == '3.6' ]; then flake8 --ignore=W293,E265,E266,W503,W504,E731; fi |
