Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
df2306ab
Commit
df2306ab
authored
9 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
try to use the new anaconda-client
parent
abbb76ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+3
-3
No files found.
.travis.yml
View file @
df2306ab
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment