1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-16 00:24:48 +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

@ -21,7 +21,7 @@ sudo: false
install:
- "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
- python setup.py -q install
- pip install coverage pytest-cov coveralls

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