We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git_helper
1 parent 2232e59 commit fc011c3Copy full SHA for fc011c3
.travis.yml
@@ -9,7 +9,6 @@ python:
9
- 'pypy3'
10
11
install:
12
- - sudo apt-get update
13
14
- pip install pip --upgrade
15
- pip install coveralls tox tox-travis
@@ -43,8 +42,10 @@ jobs:
43
42
skip_existing: true
44
- stage: deploy_conda
45
python: "3.6"
+ addons:
46
+ apt:
47
+ update: true
48
49
- pip install rst2txt yolk3k
50
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
51
- bash miniconda.sh -b -p $HOME/miniconda
0 commit comments