Skip to content

Commit

Permalink
travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Nov 16, 2018
1 parent 51a15fd commit 01f1ad6
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01f1ad6

Please sign in to comment.