summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-01-04 16:24:28 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-01-04 16:24:28 +0100
commitb4a7df9ab43d6ecc653711948b39e3366b48eae4 (patch)
tree6f2bbb40e80263a777da81fc856ff96cca3c8676
parent1da2827263dcd756014d0ded78ca5fb780341a99 (diff)
downloadpython-lxml-b4a7df9ab43d6ecc653711948b39e3366b48eae4.tar.gz
Also show ccache stats after the test run, in case more files were compiled.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 55a091df..df933680 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,3 +71,4 @@ script:
- CFLAGS="-O0 -g -fPIC" python -u setup.py build_ext --inplace $(if [ -n "${TRAVIS_PYTHON_VERSION##2.*}" -a -n "${TRAVIS_PYTHON_VERSION##3.[34]*}" ]; then echo -n " -j7 "; fi )
- ccache -s || true
- CFLAGS="-O0 -g -fPIC" PYTHONUNBUFFERED=x make test
+ - ccache -s || true