Skip to content

Commit

Permalink
Use the branch with the test patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 11, 2016
1 parent 96d581e commit 28086b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -33,6 +33,9 @@ notifications:
install:
- pip install -U pip setuptools
- pip install -U tox coveralls
# Install patched version of 4.4.2; only change is in a test method.
# Same change was merged to 5.0 branch post a5
- pip install git+https://github.com/NextThought/ZODB.git@handle-serials4#egg=ZODB
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install -U python-memcached; fi
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then pip install -U pylibmc cffi; fi
- pip install -U -e ".[test]"
Expand Down

0 comments on commit 28086b9

Please sign in to comment.