Changeset f28f33d5 in sasview for .travis.yml


Ignore:
Timestamp:
Mar 20, 2017 11:20:32 PM (7 years ago)
Author:
andyfaff
Children:
858a69d
Parents:
85531bc
Message:

BLD: install matplotlib via pip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r85531bc rf28f33d5  
    4242    # versions in build/requirements.txt 
    4343    - conda install --yes python=$PY numpy scipy cython pylint wxpython 
    44     - sudo apt-get update; sudo apt-get install python-pyopencl python-matplotlib 
    45      
     44    - sudo apt-get update; sudo apt-get install python-pyopencl 
    4645 
    4746install: 
    4847  - pip install -r build_tools/requirements.txt 
     48  - pip install matplotlib 
    4949 
    5050before_script: 
Note: See TracChangeset for help on using the changeset viewer.