Skip to content

Commit df2306a

Browse files
committedJul 31, 2015
try to use the new anaconda-client
1 parent abbb76c commit df2306a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
- chmod +x get-anaconda.sh
1313
- ./get-anaconda.sh
1414
- source $HOME/miniconda/bin/activate py34
15-
- conda install binstar numpydoc
15+
- conda install anaconda-client numpydoc
1616
install:
1717
# Install iverilog package.
1818
- "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
@@ -36,8 +36,8 @@ script:
3636

3737
after_success:
3838
# 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
4141

4242
notifications:
4343
email: false

0 commit comments

Comments
 (0)
Please sign in to comment.