summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2017-08-29 11:01:32 -0700
committerjason kirtland <jek@discorporate.us>2017-08-29 11:01:32 -0700
commite8d7d09a9237764a065ed668facf57bae4dba187 (patch)
tree2c45a65843aa2b07ad9237ab0fd87335e0560297
parent2c23bf7544267f520d22b69f499547ed0d516621 (diff)
downloadblinker-e8d7d09a9237764a065ed668facf57bae4dba187.tar.gz
Fix: Add pypy/pypy3 to Travis build
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3724399..8c5163f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
+ - "pypy"
+ - "pypy3"
# command to install dependencies
install: