Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: python

sudo: false

addons:
apt:
packages:
Expand All @@ -24,11 +22,10 @@ matrix:
env: BUILD_DOCS='true'
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true
env: MYPY_CHECK='true'
- python: "3.9-dev"

before_install:
- docker pull arafato/azurite
Expand Down