core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since 8898d0f was
bec0e75,
checked in by mathieu, 10 years ago
|
Update .travis.yml
|
-
Property mode set to
100644
|
File size:
511 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 | before_install: |
---|
14 | - sudo apt-get update; |
---|
15 | - sudo apt-get install python-numpy python-scipy |
---|
16 | # - sudo apt-get install opencl-headers |
---|
17 | |
---|
18 | install: |
---|
19 | # - pip install pyopencl |
---|
20 | - pip install bumps |
---|
21 | - pip install unittest-xml-reporting |
---|
22 | script: |
---|
23 | - export WORKSPACE=/home/travis/build/SasView/sasmodels/ |
---|
24 | - python -m sasmodels.model_test dll all |
---|
Note: See
TracBrowser
for help on using the repository browser.