mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
Reduce Travis CI testing (#479)
This commit is contained in:
committed by
GitHub
parent
22c88de90d
commit
3dc62685f8
+2
-22
@@ -1,31 +1,11 @@
|
|||||||
language: python
|
language: python
|
||||||
cache:
|
cache: pip
|
||||||
pip: true
|
python: 3.7
|
||||||
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
|
|
||||||
|
|
||||||
install: travis_retry pip install tox-travis
|
install: travis_retry pip install tox-travis
|
||||||
|
|
||||||
script: tox
|
script: tox
|
||||||
|
|
||||||
after_success:
|
|
||||||
- |
|
|
||||||
if [[ "$TOXENV" != "docs" && "$TOXENV" != "lint" ]]; then
|
|
||||||
bash <(curl -s https://codecov.io/bash)
|
|
||||||
fi
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
user: jazzband
|
user: jazzband
|
||||||
|
|||||||
Reference in New Issue
Block a user