source: sasmodels/.travis.yml @ 5304138

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 5304138 was 5304138, checked in by mathieu, 9 years ago

Tweak

  • Property mode set to 100644
File size: 407 bytes
Line 
1# Test Travis CL
2
3language: python
4python:
5  - "2.7"
6# whitelist
7branches:
8  only:
9    - master
10# command to install dependencies
11virtualenv:
12  system_site_packages: true
13before_install:
14    - sudo apt-get install opencl-headers
15
16install:
17  - pip install pyopencl
18  - pip install bumps
19script:
20  - export WORKSPACE=/home/travis/build/SasView/sasmodels/
21  - python -m sasmodels.model_test opencl_and_dll all
Note: See TracBrowser for help on using the repository browser.