mirror of
https://github.com/vale981/stocproc
synced 2025-03-05 09:41: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
|
||||
python:
|
||||
- '3.4'
|
||||
- '2.7'
|
||||
|
||||
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 python2.7
|
||||
- which python3.4
|
||||
- python setup.py build_ext --inplace
|
||||
|
||||
install:
|
||||
- pip install numpy scipy matplotlib pytest
|
||||
- pip freeze
|
||||
script:
|
||||
- py.test -v tests/
|
||||
|
|
Loading…
Add table
Reference in a new issue