File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ before_install:
12
12
- chmod +x get-anaconda.sh
13
13
- ./get-anaconda.sh
14
14
- source $HOME/miniconda/bin/activate py34
15
- - conda install binstar numpydoc
15
+ - conda install anaconda-client numpydoc
16
16
install :
17
17
# Install iverilog package.
18
18
- " sudo add-apt-repository -y ppa:mithro/iverilog-backport"
@@ -36,8 +36,8 @@ script:
36
36
37
37
after_success :
38
38
# Upload Migen conda package to binstar
39
- - binstar login --hostname $(hostname) --username $binstar_login --password $binstar_password
40
- - binstar upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/migen-*.tar.bz2
39
+ - anaconda login --hostname $(hostname) --username $binstar_login --password $binstar_password
40
+ - anaconda upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/migen-*.tar.bz2
41
41
42
42
notifications :
43
43
email : false
You can’t perform that action at this time.
0 commit comments