Loading .travis.yml +2 −5 Original line number Diff line number Diff line Loading @@ -10,8 +10,6 @@ env: matrix: - PYTHON_VERSION: 3.5 os: - linux - osx Loading Loading @@ -45,14 +43,13 @@ install: # Install not using env because build needs to be in root env - conda install -c conda-forge gdal h5py - conda install pandas sqlalchemy pyyaml - pip install pvl protobuf==3.0.0.b2 - conda install -c jlaura pvl protobuf==3.0.0.b2 # Development installation - conda install nose coverage - pip install coveralls # Install sh and binstar to support upload to Anaconda - conda config --add channels jlaura - conda install -n root conda-build - conda install sh anaconda-client Loading Loading
.travis.yml +2 −5 Original line number Diff line number Diff line Loading @@ -10,8 +10,6 @@ env: matrix: - PYTHON_VERSION: 3.5 os: - linux - osx Loading Loading @@ -45,14 +43,13 @@ install: # Install not using env because build needs to be in root env - conda install -c conda-forge gdal h5py - conda install pandas sqlalchemy pyyaml - pip install pvl protobuf==3.0.0.b2 - conda install -c jlaura pvl protobuf==3.0.0.b2 # Development installation - conda install nose coverage - pip install coveralls # Install sh and binstar to support upload to Anaconda - conda config --add channels jlaura - conda install -n root conda-build - conda install sh anaconda-client Loading