Skip to content

Commit 8d26af4

Browse files
author
Esteban Echeverry
committed
Merge branch 'feat/05_reports' into feat/06_main
2 parents 0251a09 + d078e5c commit 8d26af4

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "3.5"
4+
install:
5+
- pip install -r requirements.txt
6+
script:
7+
- pytest -s --cov-report term-missing --cov-branch --cov taskit tests
8+
after_success:
9+
- codecov

README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Clean Architecture Python
2+
#########################
3+
4+
Clean Architecture con Python - Pycon Colombia 2018
5+
6+
Documentación
7+
*************
8+
9+
http://clean-architecture-python.readthedocs.io

0 commit comments

Comments
 (0)