Commit ccd3b291 authored by Jay's avatar Jay
Browse files

travis python

parent c05ac88d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ before_install:

install:
  # Create the env
  - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
  - conda create --yes -n test python=$PYTHON_VERSION
  - source activate test

  - conda config --add channels conda-forge