commit
1b6f7d1717
2 changed files with 15 additions and 1 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal 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
|
||||
2
data.py
2
data.py
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# This file is part of Elixir, a source code cross-referencer.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue