Skip to content

Commit

Permalink
Merge 5bcc32b into 319d89c
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed May 5, 2019
2 parents 319d89c + 5bcc32b commit 0e53ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,8 +1,8 @@
language: c
os: linux
services: docker
cache:
directories:
- $HOME/.cache/pip
install: docker pull njzjz/tox
script: docker run -i -t -v $(pwd):/project -v ~/.cache/pip:/root/.cache/pip --env-file <(env | grep 'TRAVIS\|CI') njzjz/tox /bin/bash -c "chown -R root /root/.cache && cd /project && tox -e py37"
env: PYTHON_VERSION=3.7 PIP_DEPENDENCIES="tox-conda tox-travis" CONDA_CHANNEL_PRIORITY=True CONDA_CHANNELS="conda-forge"
install: git clone --depth 1 git://github.com/astropy/ci-helpers.git && source ci-helpers/travis/setup_conda.sh
script: tox -e py37

0 comments on commit 0e53ec8

Please sign in to comment.