Skip to content

Commit

Permalink
Try getting travis-ci working on MacOS
Browse files Browse the repository at this point in the history
We were getting a failure:
/Users/travis/.travis/job_stages: line 78: virtualenv: command not found
  • Loading branch information
billsacks committed Aug 21, 2018
1 parent 96842b4 commit aa2eb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ matrix:
# NOTE(bja, 2017-11) update is slow, 2.7.12 installed by default, good enough!
# - brew update
# - brew outdated python2 || brew upgrade python2
- pip install virtualenv
- virtualenv env -p python2
- source env/bin/activate
install:
Expand All @@ -29,4 +30,3 @@ script:
after_success:
- cd test; make coverage
- cd test; coveralls

0 comments on commit aa2eb71

Please sign in to comment.