diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a17b3f0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: python + +os: + - linux + +python: + - "3.6" + +before_install: + - sudo apt-get -y install libdb-dev exuberant-ctags + - pip install jinja2 pygments bsddb3 falcon + +script: + - prove \ No newline at end of file diff --git a/data.py b/data.py index 2e85ec0..e09ba5c 100755 --- a/data.py +++ b/data.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # This file is part of Elixir, a source code cross-referencer. #