-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from DSOlab/bug68
- Loading branch information
Showing
30 changed files
with
158 additions
and
122 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,43 @@ | ||
language: python | ||
notifications: | ||
email: false | ||
sudo: true | ||
#sudo: true | ||
python: | ||
# - 2.7 | ||
# - 3.4 | ||
# - 3.5 | ||
# - 3.6 | ||
- 3.7 | ||
# - "2.7" | ||
# - "3.4" | ||
# - "3.5" | ||
# - "3.6" # current default Python on Travis CI | ||
# - "3.7" | ||
# - "3.8" | ||
# - "3.9" | ||
# - "3.9-dev" # 3.9 development branch | ||
# - "nightly" # nightly build | ||
|
||
matrix: | ||
include: | ||
- python: 2.7 | ||
dist: trusty | ||
sudo: required | ||
#sudo: required | ||
virtualenv: | ||
system_site_packages: true | ||
addons: | ||
apt: | ||
packages: | ||
- python-numpy | ||
- python-scipy | ||
|
||
|
||
before_script: | ||
- export PYTHONPATH=$PYTHONPATH:/home/travis/virtualenv/python2.7_with_system_site_packages/local/lib/python2.7/site-packages | ||
# - export PYTHONPATH=$PYTHONPATH:/home/travis/virtualenv/python2.7_with_system_site_packages/local/lib/python2.7/site-packages | ||
- export PYTHONPATH=$PYTHONPATH:$(pwd) | ||
- export PYTHONPATH=$PYTHONPATH:$(pwd)/pystrain | ||
|
||
install: | ||
- sudo python pystrain/setup.py install | ||
- python pystrain/setup.py install | ||
# - pip install -r test/requirements.txt | ||
|
||
script: | ||
# - bin/StrainTensor.py -i data/CNRS_midas.vel -r=18/30/34/43 -c | ||
- bin/StrainTensor.py --help | ||
#- bin/StrainTensor.py -i data/CNRS_midas.vel -r=18/30/34/43 -c | ||
|
||
after_script: cd ~ | ||
# after_script: cd ~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.