diff --git a/.travis.yml b/.travis.yml index 9ab83e3..a8e9cef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: trusty +dist: xenial sudo: false language: python @@ -7,12 +7,10 @@ python: - '3.5' - '3.6' -script: python3 -m compileall . - -addons: - apt: - packages: - - pandoc +install: python3 setup.py install +script: + - python3 -m compileall . + - cd test/ && python3 -m unittest *.py deploy: provider: pypi