From 01f1ad648aee774e57d569f83b5cbf7aa43e3834 Mon Sep 17 00:00:00 2001 From: monty Date: Fri, 16 Nov 2018 13:10:12 -0700 Subject: [PATCH] travis test --- .travis.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4a93a72..d8b8f82b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,24 +4,25 @@ os: - linux julia: - 0.7 + - 1.0 notifications: email: false -addons: - apt: - packages: - - hdf5-tools - - python-numpy - - python3-numpy - - python-matplotlib - - python3-matplotlib -env: - global: - - MADS_TRAVIS="" - - PYCALL_DEBUG_BUILD="yes" - matrix: - - PYTHON=python # python 2.7 - # - PYTHON=python3 # python 3.6 - # - PYTHON=Conda # not actually a python version, here to test Conda.jl's python +# addons: +# apt: +# packages: +# - hdf5-tools +# - python-numpy +# - python3-numpy +# - python-matplotlib +# - python3-matplotlib +# env: +# global: +# - MADS_TRAVIS="" +# - PYCALL_DEBUG_BUILD="yes" +# matrix: +# - PYTHON=python # python 2.7 +# # - PYTHON=python3 # python 3.6 +# # - PYTHON=Conda # not actually a python version, here to test Conda.jl's python # matrix: # exclude: # - os: osx