added sudo
Browse files- .travis.yml +1 -0
.travis.yml
CHANGED
@@ -13,6 +13,7 @@ python:
|
|
13 |
install: "pip install -r tests/requirements.txt"
|
14 |
# command to run tests
|
15 |
script: nosetests
|
|
|
16 |
branches:
|
17 |
only:
|
18 |
- master
|
|
|
13 |
install: "pip install -r tests/requirements.txt"
|
14 |
# command to run tests
|
15 |
script: nosetests
|
16 |
+
sudo: required
|
17 |
branches:
|
18 |
only:
|
19 |
- master
|