mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 07:18:58 +00:00
fix tests
This commit is contained in:
parent
70607f9d95
commit
d67372f9d6
@ -2,7 +2,7 @@ language: python
|
|||||||
sudo: false
|
sudo: false
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- pypy
|
# - pypy # pypy 2.5.0 has a regression bug which breaks our test suite.
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- "pip install --upgrade --src . -r requirements.txt"
|
- "pip install --upgrade --src . -r requirements.txt"
|
||||||
|
Loading…
Reference in New Issue
Block a user