Ignore:
Timestamp:
Feb 6, 2015, 12:03:23 AM (10 years ago)
Author:
steve
Message:

Got the stage where anuga (without pypar) builds successfully on travis ci

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/.travis.yml

    r9616 r9617  
    1313  # conda-based environment instead
    1414  - deactivate
    15   - wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh \
    16        -O miniconda.sh
     15  - wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh -O miniconda.sh
    1716  - chmod +x miniconda.sh && ./miniconda.sh -b
    1817  - export PATH=/home/travis/miniconda/bin:$PATH
     
    2625
    2726  # Conda dependencies
    28   - conda create -n testenv --yes python=$PYTHON_VERSION \
    29         numpy scipy netcdf4 nose matplotlib
     27  - conda create -n testenv --yes python=$PYTHON_VERSION pip numpy scipy netcdf4 nose matplotlib
    3028  - source activate testenv
    3129
     
    3533  - export GDAL_DATA=`gdal-config --datadir`
    3634
     35  # Install more software to deal with geographical projections
     36  - pip install pyproj
     37
    3738  # python 2.6 doesn't have argparse by default
    3839  - if [[ "$PYTHON_VERSION" == "2.6" ]]; then conda install argparse; fi
    39 
    4040
    4141  - python setup.py install
Note: See TracChangeset for help on using the changeset viewer.