Add script for specific purposes, testcase and travis

pull/2/head
Raphaël Vinot 2015-10-26 17:15:13 +01:00
parent 5d848f4787
commit 427442e81f
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ python:
- "nightly"
install:
- pip install --user python-magic
- pip install --user coveralls
- pip install --user codecov
- pip install python-magic
- pip install coveralls
- pip install codecov
- python setup.py -q install
script: