mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
fix travis build?
This commit is contained in:
parent
8213c47969
commit
ad30585cbf
@ -6,8 +6,13 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y install python-gdbm python3-gdbm python3.3-gdbm
|
- sudo apt-get -y install python-gdbm python3-gdbm python3.3-gdbm
|
||||||
|
|
||||||
|
install:
|
||||||
|
- "pip install ."
|
||||||
|
|
||||||
script: py.test
|
script: py.test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user