Skip to content

Commit

Permalink
try to use the new anaconda-client
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 31, 2015
1 parent abbb76c commit df2306a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ before_install:
- chmod +x get-anaconda.sh
- ./get-anaconda.sh
- source $HOME/miniconda/bin/activate py34
- conda install binstar numpydoc
- conda install anaconda-client numpydoc
install:
# Install iverilog package.
- "sudo add-apt-repository -y ppa:mithro/iverilog-backport"
@@ -36,8 +36,8 @@ script:

after_success:
# Upload Migen conda package to binstar
- binstar login --hostname $(hostname) --username $binstar_login --password $binstar_password
- binstar upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/migen-*.tar.bz2
- anaconda login --hostname $(hostname) --username $binstar_login --password $binstar_password
- anaconda upload --user $binstar_login --channel dev --force $HOME/miniconda/conda-bld/linux-64/migen-*.tar.bz2

notifications:
email: false

0 comments on commit df2306a

Please sign in to comment.