mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
Update .travis.yml
This commit is contained in:
parent
b743209a84
commit
24cd7758d4
1 changed files with 4 additions and 3 deletions
|
@ -6,13 +6,14 @@ python:
|
|||
|
||||
before_install:
|
||||
- sudo apt-get update -qq -y
|
||||
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
|
||||
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
|
||||
- chmod +x miniconda.sh
|
||||
- "./miniconda.sh -b"
|
||||
- export PATH=/home/travis/miniconda/bin:$PATH
|
||||
- export PATH=/home/travis/miniconda3/bin:$PATH
|
||||
- conda update --yes conda
|
||||
# - conda create -y python=3 pip numpy scipy
|
||||
- conda install -y numpy scipy
|
||||
- which python
|
||||
- python --version
|
||||
- python setup.py build_ext --inplace
|
||||
|
||||
install:
|
||||
|
|
Loading…
Add table
Reference in a new issue