Skip to content

Commit

Permalink
Merge 40c0c50 into 0a6aff7
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeka2910 committed Dec 2, 2020
2 parents 0a6aff7 + 40c0c50 commit a8565ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -1,12 +1,21 @@
language: python
os: linux
arch:
- amd64
- ppc64le
dist: xenial
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
- "pypy3.5"
matrix:
exclude:
- arch: ppc64le
python: pypy3.5
- arch: ppc64le
python: 2.7
install:
- pip install .[flake8]
- pip install -r test_requirements.txt
Expand Down

0 comments on commit a8565ab

Please sign in to comment.