summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 96f8e69..5395166 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,12 @@ python:
- "3.8"
- pypy3
+# there is no pypy3 for arm64 on Travis CI
+jobs:
+ exclude:
+ - arch: arm64
+ python: pypy3
+
install:
- pip install .
- pip install pillow pytest-cov coveralls