diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2019-03-05 10:11:16 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2019-03-05 10:11:16 +0100 |
| commit | 5ae79c7936f06d4098633e5a02b649028342008b (patch) | |
| tree | 78d2ad9d10fe7f3017a6b2d0db51d5b709b4f912 | |
| parent | 826bc555cd1f00d7b5fd3140c342514684e508a1 (diff) | |
| download | python-decorator-git-5ae79c7936f06d4098633e5a02b649028342008b.tar.gz | |
Removed sudo: false
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 377c5fb..3f98ccb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: false - language: python matrix: @@ -12,8 +10,6 @@ matrix: - python: 3.5 - python: 3.6 - python: 3.7 - dist: xenial - sudo: true install: - python setup.py install |
