source:
sasmodels/.travis.yml
@
750ffa5
Last change on this file since 750ffa5 was 4f31ddb, checked in by mathieu, 10 years ago | |
---|---|
|
|
File size: 472 bytes |
Rev | Line | |
---|---|---|
[8b81801] | 1 | # Test Travis CL |
2 | ||
3 | language: python | |
4 | python: | |
5 | - "2.7" | |
6 | # whitelist | |
7 | branches: | |
8 | only: | |
9 | - master | |
10 | # command to install dependencies | |
11 | virtualenv: | |
12 | system_site_packages: true | |
[5304138] | 13 | before_install: |
[5c90c66] | 14 | - sudo apt-get update; |
15 | - sudo apt-get install python-numpy python-scipy | |
[26e7122] | 16 | # - sudo apt-get install opencl-headers |
[5304138] | 17 | |
[8b81801] | 18 | install: |
[26e7122] | 19 | # - pip install pyopencl |
[8b81801] | 20 | - pip install bumps |
21 | script: | |
22 | - export WORKSPACE=/home/travis/build/SasView/sasmodels/ | |
[4f31ddb] | 23 | - python -m sasmodels.model_test dll all |
Note: See TracBrowser
for help on using the repository browser.