nficano commited on
Commit
f077f79
·
1 Parent(s): 6ba0ea5

added sudo

Browse files
Files changed (1) hide show
  1. .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