aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c4bf594..97204bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,8 @@ matrix:
before_install:
- brew install imagemagick
- brew install python3
- - brew link --overwite python3
- - pip3 install flake8 pylint
+ - virtualenv env -p python3
+ - source env/bin/activate
- os: linux
python: 3.5
- os: linux