diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 58c4f7d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -dist: xenial -sudo: required - -language: python -arch: - - amd64 - - ppc64le -python: - - 3.6 - - 3.7 - - 3.8 - -install: - - pip install tox-travis - -script: - - tox