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 dc5f9e6 commit f65ee88Copy full SHA for f65ee88
.travis.yml
@@ -1,4 +1,3 @@
1
-# Use container-based environment (faster startup, allows caches).
2
sudo: false
3
language: python
4
dist: trusty
@@ -38,10 +37,6 @@ matrix:
38
37
allow_failures:
39
- env: TOXENV=py36-djmaster-postgres
40
41
-cache:
42
- directories:
43
- - "${TRAVIS_BUILD_DIR}/.tox/${TOXENV}"
44
-
45
install:
46
# Create pip wrapper script, using travis_retry (a function) and
47
# inject it into tox.ini.
@@ -82,6 +77,3 @@ after_success:
82
77
codecov --required -X search gcov pycov -f coverage.xml --flags $codecov_flags
83
78
fi
84
79
set +x
85
86
-before_cache:
87
- - "find ${TRAVIS_BUILD_DIR}/.tox/${TOXENV} -name 'log' -o -name '__pycache__' -type d | xargs -I {} rm -rf {}"
0 commit comments