Skip to content

Commit

Permalink
Merge pull request #350 from hugovk/add-travis-cpu-architectures
Browse files Browse the repository at this point in the history
Test on new Travis CPUs
  • Loading branch information
hugovk committed Feb 23, 2020
2 parents 6e3843f + 59c3d0e commit 58729f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
sudo: false
language: python
cache: pip

arch:
- amd64
- arm64
- ppc64le
- s390x

python:
- "2.7"
Expand Down

0 comments on commit 58729f0

Please sign in to comment.