calendar

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

commit
a737ed6f3ba6cddfebf8045b0b8f5412c99c1808
parent
7d024f16bc8ddcf56bad040bf5f621fe407d1444
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-01-30 22:34
configure tox

Diffstat

A tox.ini 19 +++++++++++++++++++

1 files changed, 19 insertions, 0 deletions


diff --git a/tox.ini b/tox.ini

@@ -0,0 +1,19 @@
   -1     1 # Tox (http://tox.testrun.org/) is a tool for running tests
   -1     2 # in multiple virtualenvs. This configuration file will run the
   -1     3 # test suite on all supported python versions. To use it, "pip install tox"
   -1     4 # and then run "tox" from this directory.
   -1     5 
   -1     6 [tox]
   -1     7 envlist = py27, py34, pypy
   -1     8 
   -1     9 [testenv]
   -1    10 
   -1    11 commands =
   -1    12     flake8
   -1    13     nosetests
   -1    14 deps =
   -1    15     flake8
   -1    16     nose
   -1    17 
   -1    18 [flake8]
   -1    19 filename=cal.py