summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-03-29 11:19:11 +0200
committerLars-Dominik Braun <lars@6xq.net>2018-03-29 11:19:11 +0200
commit6e5087160953eb1ee7754453e10e68d40928e06c (patch)
treea5ba0f6b5b18d62019d07909e79d5a9ed4b0530e
parent328088e6274d1f0216cbf01dd7bfa79eb3ca95c1 (diff)
downloadcrocoite-6e5087160953eb1ee7754453e10e68d40928e06c.tar.gz
crocoite-6e5087160953eb1ee7754453e10e68d40928e06c.tar.bz2
crocoite-6e5087160953eb1ee7754453e10e68d40928e06c.zip
Travis: Run tests with pypy3
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2964683..e09e518 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
+ - "pypy3.5"
install:
- pip install .
script: