Skip to content

Commit

Permalink
use apt addon
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Oct 20, 2019
1 parent 0b51cf2 commit 6136309
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,6 @@ python:
- "3.6"
- "3.7"
before_install:
- apt install -y libcurl4-openssl-dev
- docker-compose -f tests/server_dir/docker-compose.yml up -d
install:
- pip install coverage
Expand All @@ -34,3 +33,7 @@ deploy:
- /^v.*$/
tags: true
python: 3.6
addons:
apt:
packages:
- libcurl4-openssl-dev

0 comments on commit 6136309

Please sign in to comment.