mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
Added travis continuous integration.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.6"
|
||||||
|
- "3.7-dev" # 3.7 development branch
|
||||||
|
# command to install dependencies
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- pip install -e .
|
||||||
|
# command to run tests
|
||||||
|
script:
|
||||||
|
- pytest
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
A tool to create character sheets for Dungeons and Dragons.
|
A tool to create character sheets for Dungeons and Dragons.
|
||||||
|
|
||||||
|
.. image:: https://travis-ci.com/canismarko/dungeon-sheets.svg?branch=master
|
||||||
|
:target: https://travis-ci.com/canismarko/dungeon-sheets
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ certifi>=2018.1.18
|
|||||||
fdfgen>=0.16
|
fdfgen>=0.16
|
||||||
npyscreen
|
npyscreen
|
||||||
jinja2
|
jinja2
|
||||||
|
pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user