Skip to content

Commit

Permalink
Fix tests on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Jun 11, 2017
1 parent b5b0798 commit da12914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ matrix:
- virtualenv venv -p python3
- source venv/bin/activate
- which pip
- pip install six wheel
- pip install six wheel nose
env:
global:
- PYTHONPATH="$TRAVIS_BUILD_DIR/src;$TRAVIS_BUILD_DIR/test"
Expand Down

0 comments on commit da12914

Please sign in to comment.