diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-03-29 11:19:11 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-03-29 11:19:11 +0200 |
commit | 6e5087160953eb1ee7754453e10e68d40928e06c (patch) | |
tree | a5ba0f6b5b18d62019d07909e79d5a9ed4b0530e | |
parent | 328088e6274d1f0216cbf01dd7bfa79eb3ca95c1 (diff) | |
download | crocoite-6e5087160953eb1ee7754453e10e68d40928e06c.tar.gz crocoite-6e5087160953eb1ee7754453e10e68d40928e06c.tar.bz2 crocoite-6e5087160953eb1ee7754453e10e68d40928e06c.zip |
Travis: Run tests with pypy3
-rw-r--r-- | .travis.yml | 1 |
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: |