diff --git a/.travis.yml b/.travis.yml index 5d2577661..5de7165c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ python: - "pypy" - "pypy3" +dist: trusty +sudo: false + branches: only: - master @@ -31,4 +34,4 @@ script: - python ./setup.py bdist_dumb after_success: - coveralls + coveralls \ No newline at end of file