1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

travis fixes: add dependency, remove unnecessary include

This commit is contained in:
Ilya Kreymer 2016-11-11 12:07:51 -08:00
parent 47a3300809
commit 4a94aefead
2 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,7 @@ sudo: false
install: install:
- "pip install 'argparse>=1.2.1' --allow-all-external" - "pip install 'argparse>=1.2.1' --allow-all-external"
- pip install boto certauth - pip install boto certauth youtube-dl
- pip install git+https://github.com/esnme/ultrajson.git - pip install git+https://github.com/esnme/ultrajson.git
- python setup.py -q install - python setup.py -q install
- pip install coverage pytest-cov coveralls - pip install coverage pytest-cov coveralls

View File

@ -1,8 +1,6 @@
from gevent.pool import Pool from gevent.pool import Pool
import gevent import gevent
from concurrent import futures
import json import json
import time import time
import os import os