Changeset f28f33d5 in sasview
- Timestamp:
- Mar 20, 2017 11:20:32 PM (8 years ago)
- Children:
- 858a69d
- Parents:
- 85531bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r85531bc rf28f33d5 42 42 # versions in build/requirements.txt 43 43 - 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 46 45 47 46 install: 48 47 - pip install -r build_tools/requirements.txt 48 - pip install matplotlib 49 49 50 50 before_script:
Note: See TracChangeset
for help on using the changeset viewer.