diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3803bd0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.7" + - "3.6" +install: + - python setup.py install diff --git a/setup.py b/setup.py index 5998d03..9f68c27 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,10 @@ from setuptools.command.install import install import os +# NOTE: Installation requires: python-setuptools (`sudo apt install python-setuptools`) +# INSTALL: `sudo python setup.py install` + + PREINSTALL = """ # Check if OS has `apt` command if [ "$(command -v apt)" != '' ]; then