diff --git a/.travis.yml b/.travis.yml index ecb5857..c7a786c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ cache: pip dist: xenial language: python +arch: + - arm64 + - amd64 sudo: required python: - - "2.7" - - "3.5" - - "3.6" - "3.7" - "3.8" @@ -19,7 +19,8 @@ install: before_script: - make prepare - - make install-db + - uname -m + #- make install-db script: - make test-ci