forked from M-Labs/artiq
travis: use "use-local" for conda install
http://conda.pydata.org/docs/build_tutorials/pkgs.html
This commit is contained in:
parent
3ee2bd5fa8
commit
0f06bac701
|
@ -17,7 +17,7 @@ before_install:
|
|||
- pip install coveralls
|
||||
install:
|
||||
- conda build conda/artiq
|
||||
- conda install $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2
|
||||
- conda install artiq --use-local
|
||||
script:
|
||||
- coverage run --source=artiq setup.py test
|
||||
- make -C doc/manual html
|
||||
|
|
Loading…
Reference in New Issue