2018-03-03 19:20:27 -05:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.6"
|
|
|
|
|
|
|
|
install:
|
|
|
|
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
|
|
|
|
- bash miniconda.sh -b -p $HOME/miniconda
|
|
|
|
- export PATH="$HOME/miniconda/bin:$PATH"
|
|
|
|
- hash -r
|
|
|
|
- conda config --set always_yes yes --set changeps1 no
|
|
|
|
|
2018-03-03 19:46:38 -05:00
|
|
|
before_script:
|
|
|
|
- export -f travis_nanoseconds
|
|
|
|
- export -f travis_fold
|
|
|
|
- export -f travis_time_start
|
|
|
|
- export -f travis_time_finish
|
|
|
|
|
2018-03-03 19:20:27 -05:00
|
|
|
script:
|
2018-03-03 19:41:53 -05:00
|
|
|
- ./.travis-build-socs.sh
|