diff options
| author | Matthew Leonberger <[email protected]> | 2017-09-26 08:58:44 +0900 |
|---|---|---|
| committer | Matthew Leonberger <[email protected]> | 2017-09-26 08:58:44 +0900 |
| commit | 91e48e19bca3cf46f6e403a320638246b3d1b215 (patch) | |
| tree | 9ee9086662a26ff5d143606d1d9f206d9e98096b /.travis.yml | |
| parent | All OS tests currenly passing on travis (diff) | |
| download | pywal-91e48e19bca3cf46f6e403a320638246b3d1b215.tar.xz pywal-91e48e19bca3cf46f6e403a320638246b3d1b215.zip | |
Fix MacOS Unittests
Tests now check which OS we are on and use the appropriate escapes
Merge remote-tracking branch 'origin/hotfix/unittests' into hotfix/unittests
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
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 |