Commit 27bb4c3a authored by xoviat's avatar xoviat Committed by GitHub
Browse files

tests: add USE_CCACHE

parent c4ba0f4e
...@@ -12,6 +12,11 @@ matrix: ...@@ -12,6 +12,11 @@ matrix:
dist: trusty dist: trusty
env: env:
- TEST_BUILDS=1 - TEST_BUILDS=1
- os: linux
dist: trusty
env:
- TEST_BUILDS=1
- USE_CCACHE=1
- os: osx - os: osx
osx_image: xcode6.4 osx_image: xcode6.4
env: env:
...@@ -53,6 +58,11 @@ matrix: ...@@ -53,6 +58,11 @@ matrix:
env: env:
- PYTHON_VERSION=3.6.1 - PYTHON_VERSION=3.6.1
- VENV=venv - VENV=venv
- os: osx
env:
- PYTHON_VERSION=3.6.1
- VENV=venv
- USE_CCACHE=1
- os: osx - os: osx
env: env:
- PYTHON_VERSION=pypy-2.6 - PYTHON_VERSION=pypy-2.6
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment