Merge pull request #2 from mrutkows/master

add hidden travis file
diff --git a/scancode/.travis.yml b/scancode/.travis.yml
new file mode 100644
index 0000000..cec684f
--- /dev/null
+++ b/scancode/.travis.yml
@@ -0,0 +1,9 @@
+# https://docs.travis-ci.com/user/languages/python/
+language: python
+python:
+  - "2.7"
+  - "3.5"
+# command to install dependencies
+# install: "pip install -r requirements.txt"
+# command to run tests
+script: ./test.sh