source: sasmodels/.travis.yml @ 01e551a

core_shell_microgelscostrafo411magnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 01e551a was 01e551a, checked in by ajj, 7 years ago

Adding slack notifications on travis

  • Property mode set to 100644
File size: 572 bytes
Line 
1language: python
2python:
3- '2.7'
4branches:
5  only:
6  - master
7virtualenv:
8  system_site_packages: true
9before_install:
10- sudo apt-get update;
11- sudo apt-get install python-numpy python-scipy
12install:
13- pip install bumps
14- pip install unittest-xml-reporting
15script:
16- export WORKSPACE=/home/travis/build/SasView/sasmodels/
17- python -m sasmodels.model_test dll all
18notifications:
19  slack:
20    secure: xNAUeSu1/it/x9Q2CSg79aw1LLc7d6mLpcqSCTeKROp71RhkFf8VjJnJm/lEbKHNC8yj5H9UHrz5DmzwJzI+6oMt4NdEeS6WvGhwGY/wCt2IcJKxw0vj1DAU04qFMS041Khwclo6jIqm76DloinXvmvsS+K/nSyQkF7q4egSlwA=
Note: See TracBrowser for help on using the repository browser.