Skip to content

Commit

Permalink
Remove not needed sudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 9, 2019
1 parent f590323 commit 4ba0097
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: false
python:
- 2.7
- 3.4
Expand All @@ -11,7 +10,6 @@ matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install -U setuptools==$(awk '$1 == "setuptools" {print $3}' ztk-versions.cfg)
- pip install -U six==$(awk '$1 == "six" {print $3}' ztk-versions.cfg)
Expand Down

0 comments on commit 4ba0097

Please sign in to comment.