Skip to content

Commit

Permalink
GH-61: Set sudo to false in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Oct 4, 2018
1 parent 05a68fd commit 36fc3cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,6 +1,7 @@
env:
- TRAVIS=true
language: python
sudo: false
python:
- "3.6"
install:
Expand All @@ -9,5 +10,5 @@ before_script: cd tests
script:
- pytest
branches:
only:
only:
- master

0 comments on commit 36fc3cf

Please sign in to comment.