diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-01-01 21:54:28 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-01-01 21:54:28 +0700 |
commit | 54009c246e8eed38cfa8dc3eecb5619c1c81a1f2 (patch) | |
tree | 7fc3514729c8283a9bb200bb74ae9af2f3c6b36a | |
parent | b300cda4769a987c501db298f3f107326521d45c (diff) |
[travis] Add PyPy builds
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5f4f3922b..7b175e9c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ python: - "3.4" - "3.5" - "3.6" + - "pypy" + - "pypy3" sudo: false env: - YTDL_TEST_SET=core |