summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-11-23 12:01:10 +0200
committerGitHub <noreply@github.com>2020-11-23 11:01:10 +0100
commit3dc62685f8af61eb0987f114adf383606c67f3fa (patch)
tree2d4ca5d080a4be28377d069befc71880c6c55363
parent22c88de90dc04c5a808f593574f744ed3b55c440 (diff)
downloadtablib-3dc62685f8af61eb0987f114adf383606c67f3fa.tar.gz
Reduce Travis CI testing (#479)
-rw-r--r--.travis.yml24
1 files changed, 2 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
index 4861aed..a513582 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,31 +1,11 @@
language: python
-cache:
- pip: true
- directories:
- - $HOME/.cache/pre-commit
-
-matrix:
- fast_finish: true
- include:
- - python: 3.8
- env: TOXENV=docs
- - python: 3.8
- env: TOXENV=lint
- - python: 3.9
- - python: 3.8
- - python: 3.7
- - python: 3.6
+cache: pip
+python: 3.7
install: travis_retry pip install tox-travis
script: tox
-after_success:
- - |
- if [[ "$TOXENV" != "docs" && "$TOXENV" != "lint" ]]; then
- bash <(curl -s https://codecov.io/bash)
- fi
-
deploy:
provider: pypi
user: jazzband