summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-09 13:32:47 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-09 13:32:47 +0200
commit17790802c6f3f31b30ad36f4a163eacf8eb6049e (patch)
tree97b18d0699d5d4076c46a9e898c3868ca5af17f2 /.travis
parent27032b6fa0f2f68af3fe4f90e5dcbb68f130a962 (diff)
add several python 3
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/before_install.sh b/.travis/before_install.sh
index 60d1dcf..ce18f12 100755
--- a/.travis/before_install.sh
+++ b/.travis/before_install.sh
@@ -6,7 +6,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
# e.g. brew install pyenv-virtualenv
#brew update
#brew install python
- echo do othing
+ echo do nothing
else