Skip to content

Commit

Permalink
Merge d299340 into e09d32b
Browse files Browse the repository at this point in the history
  • Loading branch information
delgadom committed Jul 12, 2017
2 parents e09d32b + d299340 commit 7925f87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: python

python:
- 2.7
- pypy
- pypy-5.4.1

env:
matrix:
Expand All @@ -11,10 +11,11 @@ env:

matrix:
allow_failures:
- python: pypy
- python: pypy-5.4.1
env: IMPACTLAB_USER_TEST_ENV=conda

install:
- export BOTO_CONFIG=/dev/null
- if [[ "$IMPACTLAB_USER_TEST_ENV" == "conda" ]]; then
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
Expand All @@ -38,6 +39,7 @@ install:
- python -m pip install pytest-cov

script:
- export BOTO_CONFIG=/dev/null
- export PATH=/home/travis/miniconda/bin:$PATH
- export PATH=/home/travis/miniconda1/bin:$PATH
- export PATH=/home/travis/miniconda2/bin:$PATH
Expand Down

0 comments on commit 7925f87

Please sign in to comment.