Commit 733cb4cd authored by Marius Gedminas's avatar Marius Gedminas

Merge pull request #37 from fgregg/master

install zodb to make sure those dependent tests are run
parents 322c019b 3a6e347b
......@@ -26,7 +26,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then get_python_environment $TERRYFY_PYTHON venv; fi
- if [[ "$TERRYFY_PYTHON" == "homebrew 3" ]]; then alias pip=`which pip3` ; fi
install:
- pip install .
- pip install -e .[ZODB]
script:
- python setup.py -q test -q
notifications:
......
......@@ -15,7 +15,7 @@ environment:
install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
- echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
- pip install -e .
- pip install -e .[ZODB]
build: false
......
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