source: sasview/.travis.yml @ cc39d88

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since cc39d88 was cc39d88, checked in by Piotr Rozyczko <rozyczko@…>, 8 years ago

Update .travis.yml

  • Property mode set to 100644
File size: 833 bytes
RevLine 
[3654779]1# Test Travis CL
2
[b199493]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:
[8b7d291]14  - 'if [ $TRAVIS_PYTHON_VERSION == "2.7" ]; then sudo apt-get update;sudo apt-get install python-numpy python-scipy python-matplotlib libhdf5-serial-dev python-h5py; fi'
[b199493]15
[83b2227]16install:
[637d76d]17  - pip install -r build_tools/requirements.txt
[b199493]18script:
[cc39d88]19  - export WORKSPACE=/home/travis/build/SasView/
[b199493]20  - export PYTHONPATH=$WORKSPACE/sasview-install:$WORKSPACE/utils:$PYTHONPATH
21  - if [ ! -d "utils" ]; then mkdir utils; fi
22  - /bin/sh -xe build_tools/jenkins_linux_build.sh
23  - /bin/sh -xe build_tools/jenkins_linux_test.sh
24  - export LC_ALL=en_US.UTF-8
25  - export LANG=en_US.UTF-8
[27f8dac]26  - python setup.py docs; echo 0
[b199493]27  - python setup.py bdist_egg --skip-build
[a4974fa]28
Note: See TracBrowser for help on using the repository browser.