mirror of
https://github.com/vale981/stocproc
synced 2025-03-05 17:51:42 -05:00
mod travis.yml
This commit is contained in:
parent
952e46f8da
commit
8c56a60104
1 changed files with 9 additions and 4 deletions
13
.travis.yml
13
.travis.yml
|
@ -3,14 +3,19 @@ notifications:
|
||||||
email: false
|
email: false
|
||||||
python:
|
python:
|
||||||
- '3.4'
|
- '3.4'
|
||||||
- '2.7'
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- sudo apt-get update -qq -y
|
||||||
|
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
|
||||||
|
- chmod +x miniconda.sh
|
||||||
|
- "./miniconda.sh -b"
|
||||||
|
- export PATH=/home/travis/miniconda/bin:$PATH
|
||||||
|
- conda update --yes conda
|
||||||
|
- conda create -y python=3 pip numpy scipy
|
||||||
- which python
|
- which python
|
||||||
- which python2.7
|
- python setup.py build_ext --inplace
|
||||||
- which python3.4
|
|
||||||
install:
|
install:
|
||||||
- pip install numpy scipy matplotlib pytest
|
|
||||||
- pip freeze
|
- pip freeze
|
||||||
script:
|
script:
|
||||||
- py.test -v tests/
|
- py.test -v tests/
|
||||||
|
|
Loading…
Add table
Reference in a new issue