We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6eef7 commit c1088f4Copy full SHA for c1088f4
.travis.yml
@@ -10,7 +10,8 @@ before_install:
10
# Install Miniconda
11
- wget https://raw.githubusercontent.com/m-labs/artiq/master/.travis/get-anaconda.sh
12
- chmod +x get-anaconda.sh
13
- - ./get-anaconda.sh binstar numpydoc
+ - ./get-anaconda.sh
14
+ - conda install binstar numpydoc
15
- source $HOME/miniconda/bin/activate py34
16
install:
17
# Install iverilog package.
0 commit comments