Skip to content

Commit 0f06bac

Browse files
committedJun 29, 2015
travis: use "use-local" for conda install
http://conda.pydata.org/docs/build_tutorials/pkgs.html
1 parent 3ee2bd5 commit 0f06bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- pip install coveralls
1818
install:
1919
- conda build conda/artiq
20-
- conda install $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2
20+
- conda install artiq --use-local
2121
script:
2222
- coverage run --source=artiq setup.py test
2323
- make -C doc/manual html

0 commit comments

Comments
 (0)
Please sign in to comment.