source: sasview/.travis.yml @ b199493

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since b199493 was b199493, checked in by mathieu, 9 years ago

Trying travis cl

  • Property mode set to 100644
File size: 669 bytes
RevLine 
[b199493]1language: python
2python:
3  - "2.7"
4# whitelist
5branches:
6  only:
7    - master
8# command to install dependencies
9virtualenv:
10  system_site_packages: true
11before_install:
12  - 'if [ $TRAVIS_PYTHON_VERSION == "2.7" ]; then sudo apt-get update;sudo apt-get install python-numpy python-scipy python-matplotlib; fi'
13
14script:
15  - export PYTHONPATH=$WORKSPACE/sasview-install:$WORKSPACE/utils:$PYTHONPATH
16  - if [ ! -d "utils" ]; then mkdir utils; fi
17  - /bin/sh -xe build_tools/jenkins_linux_build.sh
18  - /bin/sh -xe build_tools/jenkins_linux_test.sh
19  - export LC_ALL=en_US.UTF-8
20  - export LANG=en_US.UTF-8
21  - python setup.py docs
22  - python setup.py bdist_egg --skip-build
Note: See TracBrowser for help on using the repository browser.