Changeset fafff1a in sasview for .travis.yml
- Timestamp:
- Apr 4, 2017 4:12:57 PM (8 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 8374dc0
- Parents:
- 2114e8b
- git-author:
- Andrew Nelson <andyfaff@…> (03/21/17 01:20:32)
- git-committer:
- Andrew Nelson <andyfaff@…> (04/04/17 16:12:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r2114e8b rfafff1a 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.