Browse Source

[travis] Add PyPy builds

master
Sergey M․ 7 years ago
parent
commit
54009c246e
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 2 additions and 0 deletions
  1. 2
      .travis.yml

2
.travis.yml

@ -7,6 +7,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
sudo: false
env:
- YTDL_TEST_SET=core

Loading…
Cancel
Save