Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ _pure: &pure
matrix:
include:
- name: 32bit build
arch: amd64
language: python
services:
- docker
Expand Down Expand Up @@ -58,10 +59,12 @@ matrix:
<<: *pure

- name: "pypy2.7"
arch: amd64
python: "pypy2.7-7.1.1"
<<: *pure

- name: "pypy3"
arch: amd64
python: "pypy3.6-7.1.1"
<<: *pure

Expand Down