Skip to content

Commit fc011c3

Browse files
committed
Updated files with git_helper
1 parent 2232e59 commit fc011c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ python:
99
- 'pypy3'
1010

1111
install:
12-
- sudo apt-get update
1312

1413
- pip install pip --upgrade
1514
- pip install coveralls tox tox-travis
@@ -43,8 +42,10 @@ jobs:
4342
skip_existing: true
4443
- stage: deploy_conda
4544
python: "3.6"
45+
addons:
46+
apt:
47+
update: true
4648
install:
47-
- sudo apt-get update
4849
- pip install rst2txt yolk3k
4950
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
5051
- bash miniconda.sh -b -p $HOME/miniconda

0 commit comments

Comments
 (0)