Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgriffs committed Jun 10, 2020
1 parent 7242b08 commit 430826e
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@ cache:

matrix:
include:
- python: pypy3.6-7.1.1
env: TOXENV=pypy3
- python: 3.8
env: TOXENV=pep8
- python: 3.8
env: TOXENV=pep8-examples
- python: 3.8
env: TOXENV=mypy
# NOTE(kgriffs): 3.5.2 is the default Python 3 version on Ubuntu 16.04
# so we pin to that for testing to make sure we are working around
# and quirks that were fixed in later micro versions.
- python: 3.5.2
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=py36_cython
- python: 3.7
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: 3.8
env: TOXENV=py38_cython
- python: 3.8
# NOTE(vytas): Big-endian architecture
arch: s390x
os: linux
env: TOXENV=py38_cython
- python: 3.8
env: TOXENV=py38_smoke
- python: 3.8
env: TOXENV=py38_smoke_cython
# - python: pypy3.6-7.1.1
# env: TOXENV=pypy3
# - python: 3.8
# env: TOXENV=pep8
# - python: 3.8
# env: TOXENV=pep8-examples
# - python: 3.8
# env: TOXENV=mypy
# # NOTE(kgriffs): 3.5.2 is the default Python 3 version on Ubuntu 16.04
# # so we pin to that for testing to make sure we are working around
# # and quirks that were fixed in later micro versions.
# - python: 3.5.2
# env: TOXENV=py35
# - python: 3.6
# env: TOXENV=py36
# - python: 3.6
# env: TOXENV=py36_cython
# - python: 3.7
# env: TOXENV=py37
# - python: 3.8
# env: TOXENV=py38
# - python: 3.8
# env: TOXENV=py38_cython
# - python: 3.8
# # NOTE(vytas): Big-endian architecture
# arch: s390x
# os: linux
# env: TOXENV=py38_cython
# - python: 3.8
# env: TOXENV=py38_smoke
# - python: 3.8
# env: TOXENV=py38_smoke_cython
- python: 3.8
env: TOXENV=docs
# TODO(kgriffs): Re-enable once hug has a chance to address
Expand Down

0 comments on commit 430826e

Please sign in to comment.