We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67ab3b commit de3c79bCopy full SHA for de3c79b
.travis.yml
@@ -1,4 +1,3 @@
1
-# Use container-based environment (faster startup, allows caches).
2
sudo: false
3
language: python
4
dist: trusty
@@ -39,10 +38,6 @@ matrix:
39
38
allow_failures:
40
- env: TOXENV=py36-djmaster-postgres
41
42
-cache:
43
- directories:
44
- - "${TRAVIS_BUILD_DIR}/.tox/${TOXENV}"
45
-
46
install:
47
# Create pip wrapper script, using travis_retry (a function) and
48
# inject it into tox.ini.
@@ -83,6 +78,3 @@ after_success:
83
78
codecov --required -X search gcov pycov -f coverage.xml --flags $codecov_flags
84
79
fi
85
80
set +x
86
87
-before_cache:
88
- - "find ${TRAVIS_BUILD_DIR}/.tox/${TOXENV} -name 'log' -o -name '__pycache__' -type d | xargs -I {} rm -rf {}"
0 commit comments