Skip to content

Commit

Permalink
Fixing Travis config for Python 3 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalber committed Mar 2, 2018
1 parent 0325d7a commit b4caa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -21,9 +21,9 @@ addons:
before_script:
- |
if [ $TRAVIS_OS_NAME = 'osx' ]; then
brew install python3 &&
virtualenv env -p python3 &&
virtualenv env &&
source env/bin/activate &&
python --version &&
pip install 'travis-cargo<0.2'
else
pip install 'travis-cargo<0.2' --user &&
Expand Down

0 comments on commit b4caa87

Please sign in to comment.