summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorodidev <odidev@puresoftware.com>2020-07-16 00:15:58 +0530
committerGitHub <noreply@github.com>2020-07-15 13:45:58 -0500
commitcd8ba16d8e83987a5d905ad2a8d05c7da97b994d (patch)
tree848be96af442cf4e7b5eee2f22dd8968744515c6
parent2e6287ce2311d96b792cbc0acc311c7e8ff980db (diff)
downloadpy-bcrypt-git-cd8ba16d8e83987a5d905ad2a8d05c7da97b994d.tar.gz
ARM64: Add ARM64 jobs in Travis-CI (#207)
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7d5e0b9..ddaea21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,6 +43,22 @@ matrix:
- env: TOXENV=packaging
- python: 3.5
env: TOXENV=py3pep8
+ - python: 2.7
+ arch: arm64
+ env: TOXENV=py27 CC=gcc
+ - python: 3.8
+ arch: arm64
+ env: TOXENV=py38 CC=gcc
+ dist: xenial
+ sudo: true
+ - python: 2.7
+ arch: arm64
+ env: TOXENV=py27 CC=clang
+ - python: 3.8
+ arch: arm64
+ env: TOXENV=py38 CC=clang
+ dist: xenial
+ sudo: true
install: .travis/install.sh