Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Dec 7, 2016
1 parent fc9ef63 commit 000e3c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ before_install:
# add binaries installed with pip's --user option into PATH
# ls ${HOME}/Library/Python
# export PATH="${HOME}/Library/Python/2.7/bin:${HOME}/Library/Python/3.4/bin:${PATH}"
export PYTHON_ROOT=/Library/Frameworks/Python.framework/Versions/2.7
fi
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
# We really want to use the system version of Python. Travis'
Expand All @@ -50,9 +51,9 @@ before_install:
script:
- git submodule update --init --recursive
- cd tests/s2-geometry && ./travis.sh && cd -
- sudo pip install --upgrade pip
- pip install --upgrade pip
- pip install numpy nose flake8 hacking
- pip install .
- "pip install ."
- flake8
- python2.7 tests/compare_implementations_test.py -vv
- nosetests-2.7 -vv --exclude=compare_implementations_test
Expand Down

0 comments on commit 000e3c9

Please sign in to comment.