Skip to content

Commit

Permalink
Adding ppc64le architecture support on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorkunal-raj committed Oct 15, 2020
1 parent 8a6d4c0 commit ceb92d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ python:
- 3.8
- 3.7
- 3.6

arch:
- amd64
- ppc64le
env:
- DJANGO="Django>=3.1,<3.2"
- DJANGO="Django>=3.0,<3.1"
Expand Down

0 comments on commit ceb92d3

Please sign in to comment.