mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
.travis.yml - use pip to install test dependencies
This commit is contained in:
parent
ad30585cbf
commit
62e58caea5
@ -14,5 +14,8 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- "pip install ."
|
- "pip install ."
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- "pip install 'requests>=2.0.1' py.test"
|
||||||
|
|
||||||
script: py.test
|
script: py.test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user