Skip to content

Commit

Permalink
It looks like we need virtualenv?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jun 6, 2017
1 parent 42ccc54 commit 21f5cbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -24,6 +24,9 @@ matrix:
python: '3.6'
before_install:
- brew install python3
- pip3 install virtualenv
- python3 -m virtualenv nikola-tests
- cd nikola-tests; source bin/activate
- python: '3.6'
env: NMODE=flake8
env:
Expand Down

0 comments on commit 21f5cbb

Please sign in to comment.