Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jun 7, 2017
1 parent 5668067 commit 87aaace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -25,8 +25,8 @@ matrix:
before_install:
- brew install python3
- pip3 install virtualenv
- python3 -m virtualenv nikola-tests
- cd nikola-tests; source bin/activate
- python3 -m virtualenv nikola-tests-venv
- source nikola-tests-venv/bin/activate
- pip install --upgrade pip
- python: '3.6'
env: NMODE=flake8
Expand Down

0 comments on commit 87aaace

Please sign in to comment.