Commit db2eadb2 authored by Jay's avatar Jay
Browse files

Foreces conda-forge and removes integration tests

parent 0e9c535c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ install:
  - export PATH="$HOME/miniconda/bin:$PATH"
  - hash -r
  - conda config --set always_yes yes --set changeps1 no
  - conda config --add channels conda-forge
  - conda update -q conda
  # Useful for debugging any issues with conda
  - conda info -a
@@ -56,7 +57,7 @@ install:
  - export autocnet_config=sample.yml

script:
  - pytest autocnet tests
  - pytest autocnet

after_success:
  - coveralls