Commit 6399b707 authored by Jay's avatar Jay
Browse files

swapping install order to get cython installed before cyvlfeat

parent 2e6b0123
Loading
Loading
Loading
Loading
+1 −1
Changes for .travis.yml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ install:
  # The plio install is pulling in pandas as well.
  - conda install -c jlaura plio
  - conda install -c conda-forge vlfeat opencv3
  - pip install pillow cyvlfeat
  - conda install scipy networkx numexpr cython pyyaml matplotlib
  - pip install pillow cyvlfeat

  # Development installation
  - conda install pytest sh anaconda-client