Merge pull request #94 from carmeli-tamir/add_travis_ci

Add travis ci
This commit is contained in:
Michael Opdenacker 2020-03-12 10:20:00 +01:00 committed by GitHub
commit 1b6f7d1717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

14
.travis.yml Normal file
View file

@ -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

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# This file is part of Elixir, a source code cross-referencer.
#