diff --git a/.travis.yml b/.travis.yml index 6d32e5b97e30cb8e7fe3027e34e79295a8f57f93..17a2190c5f7e714a6528ee1defbc9ca7cca7ff35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: os: - linux - osx - + env: - PYTHON_VERSION=3.5 - PYTHON_VERSION=3.6 @@ -30,24 +30,24 @@ before_install: # Create the env - conda create -q -n test python=$PYTHON_VERSION - source activate test - + install: - conda config --add channels conda-forge - conda config --add channels jlaura - - conda install -c conda-forge gdal h5py - - conda install pandas sqlalchemy pyyaml networkx affine protobuf + - conda install -c conda-forge gdal h5py + - conda install pandas sqlalchemy pyyaml networkx affine protobuf scipy - pip install pvl # Development installation - conda install pytest pytest-cov sh anaconda-client - + script: - pytest --cov=plio after_success: - coveralls # Need to do the build in the root - - source deactivate + - source deactivate - conda install conda-build anaconda-client - conda config --set anaconda_upload yes - conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe