Fix macos python3 test

This commit is contained in:
mayeut
2018-03-31 12:36:59 +02:00
parent d6361c0e31
commit 121f7cc678
+1 -1
View File
@@ -32,7 +32,7 @@ matrix:
- "PYTHON=python3" - "PYTHON=python3"
before_install: before_install:
- brew update - brew update
- brew install python3 - brew outdated python || brew upgrade python
script: script:
- | - |