diff --git a/.travis.yml b/.travis.yml index b3401b7a..76225090 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ - language: python python: -- "2.7" + - "2.7" +sudo: + - required +install: + - python2 setup.py build +script: +- bash ./TravisRunner