File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ before_install:
13
13
- . ./.travis/get-toolchain.sh
14
14
- . ./.travis/get-anaconda.sh
15
15
- source $HOME/miniconda/bin/activate py34
16
- - conda install -q pip coverage binstar migen cython
16
+ - conda install -q pip coverage anaconda-client migen cython
17
17
- pip install coveralls
18
18
install :
19
19
- conda build conda/artiq
@@ -22,9 +22,9 @@ script:
22
22
- coverage run --source=artiq setup.py test
23
23
- make -C doc/manual html
24
24
after_success :
25
- - binstar -q login --hostname $(hostname) --username $binstar_login --password $binstar_password
26
- - binstar -q upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2
27
- - binstar -q logout
25
+ - anaconda -q login --hostname $(hostname) --username $binstar_login --password $binstar_password
26
+ - anaconda -q upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/artiq-*.tar.bz2
27
+ - anaconda -q logout
28
28
- coveralls
29
29
notifications :
30
30
email :
You can’t perform that action at this time.
0 commit comments