mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
add pypy to travis.yml
This commit is contained in:
@@ -7,6 +7,8 @@ python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6-dev" # 3.6 development branch
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
# command to run tests
|
||||
|
||||
Reference in New Issue
Block a user