calendar

BSD calendar reimplementation
git clone https://git.ce9e.org/calendar.git

commit
ef76c7b598423d648f049d80fd906f881744ea4f
parent
a737ed6f3ba6cddfebf8045b0b8f5412c99c1808
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-01-30 22:35
setup travis

Diffstat

A .travis.yml 10 ++++++++++

1 files changed, 10 insertions, 0 deletions


diff --git a/.travis.yml b/.travis.yml

@@ -0,0 +1,10 @@
   -1     1 language: python
   -1     2 python:
   -1     3   - "3.4"
   -1     4 cache: pip
   -1     5 install:
   -1     6   - pip install tox
   -1     7 script:
   -1     8   - tox
   -1     9 notifications:
   -1    10   email: false