Skip to content

Commit

Permalink
Merge 99aa825 into 692681f
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdev07 committed Dec 23, 2019
2 parents 692681f + 99aa825 commit 2221905
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,36 @@ python:
- 3.4
- 3.5
- 3.6
- pypy
- nightly

arch:
- amd64
- arm64
matrix:
include:
- python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
- python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
arch: arm64
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
- python: nightly
dist: bionic
- python: nightly
dist: bionic
arch: arm64
- python: pypy
dist: xenial
allow_failures:
# PyPy on Travis is currently incompatible with Cryptography.
# PyPy has ARM64 support - but it isn't released yet.
- python: pypy

install:
- export PYTHONIOENCODING=UTF8
- pip install coveralls pytest-cov ptyprocess

script:
- sudo apt-get update && sudo apt-get install man
- ./tools/display-sighandlers.py
- ./tools/display-terminalinfo.py
- py.test --cov pexpect --cov-config .coveragerc
Expand Down

0 comments on commit 2221905

Please sign in to comment.