Commit 5d8806da authored by Jason R Laura's avatar Jason R Laura
Browse files

Added the anaconda-client to the travis build reqs.

parent b3246836
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@ install:
  - conda install nose coverage
  - pip install coveralls

  # Install sh to support upload to Anaconda
  - pip install sh
  # Install sh and binstar to support upload to Anaconda
  - conda install sh anaconda-client

script:
  - nosetests --with-coverage --cover-package=plio