Skip to content

Commit

Permalink
Acknowledging the issue in Travis-CI
Browse files Browse the repository at this point in the history
travis-ci/travis-ci#6304

Commenting out pypy3 test
  • Loading branch information
gansanay committed Nov 28, 2016
1 parent c5fe28a commit 68dd910
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ matrix:
env: TOX_ENV=pypy
- python: 3.4
env: TOX_ENV=py34
- python: pypy3.3-5.2-alpha1
env: TOX_ENV=pypy3
# An issue in travis-ci prevents this case from running
# Link to issue: https://github.com/travis-ci/travis-ci/issues/6304
# - python: pypy3.3-5.2-alpha1
# env: TOX_ENV=pypy3
- python: 3.4
env: TOX_ENV=docs
- python: 3.4
Expand All @@ -29,7 +31,6 @@ install:
- wget https://dl.influxdata.com/influxdb/releases/influxdb_0.13.0_amd64.deb
- dpkg -x influxdb*.deb influxdb_install
script:
- if [ "$TOX_ENV" == "pypy3" ] ; then export VERSION=pypy3.3-5.2-alpha1; fi
- export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/usr/bin/influxd
- tox -e $TOX_ENV
after_success:
Expand Down

0 comments on commit 68dd910

Please sign in to comment.