core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since 8b81801 was
8b81801,
checked in by mathieu, 10 years ago
|
Create .travis.yml
|
-
Property mode set to
100644
|
File size:
348 bytes
|
Line | |
---|
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 |
---|
13 | install: |
---|
14 | - pip install pyopencl |
---|
15 | - pip install bumps |
---|
16 | script: |
---|
17 | - export WORKSPACE=/home/travis/build/SasView/sasmodels/ |
---|
18 | - python -m sasmodels.model_test opencl_and_dll all |
---|
Note: See
TracBrowser
for help on using the repository browser.