Skip to content

Commit

Permalink
Removed sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 5, 2020
1 parent 508bfea commit faf895d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
@@ -1,4 +1,3 @@
sudo: false
dist: trusty
language: python
python:
Expand All @@ -18,16 +17,12 @@ matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true
- python: pypy
dist: xenial
sudo: true
- python: pypy3
dist: xenial
sudo: true
services: mongodb
before_install:
- pip install --upgrade pip setuptools
Expand Down

0 comments on commit faf895d

Please sign in to comment.