Skip to content

Commit

Permalink
Name temporary build directory to avoid collision
Browse files Browse the repository at this point in the history
This is for testing under travis-solo.
  • Loading branch information
myint committed Jun 23, 2013
1 parent 4f1c710 commit 1c89598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ python:

install:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip --quiet install unittest2; fi
- python setup.py --quiet install
- python setup.py --quiet build --build-base=".build-$TRAVIS_PYTHON_VERSION" install

before_script:
# This is needed for Python multiprocessing.
Expand Down

0 comments on commit 1c89598

Please sign in to comment.