diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..5f4a36020 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "2.7" +# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors +install: + - "pip install -r requirements.txt --use-mirrors" + - "pip install --upgrade git+https://github.com/mitmproxy/netlib.git" + - "pip install --upgrade git+https://github.com/mitmproxy/pathod.git" +# command to run tests, e.g. python setup.py test +script: nosetests \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ce1659aad..ad61de60d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ pyasn1==0.1.7 requests==1.2.2 urwid==1.1.1 wsgiref==0.1.2 +jsbeautifier==1.4.0