Doug Hellmann 5d8233a402 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I9a8f7b1734b23751e47297a15676219627969d7c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 14:53:48 -04:00
2015-10-05 17:10:31 -04:00
2015-10-05 17:10:31 -04:00
2018-03-24 21:02:01 -04:00
2015-06-05 17:18:17 -07:00
2014-12-02 22:38:57 -08:00
2018-04-21 02:40:23 +08:00
2017-03-02 11:42:49 +00:00
2018-06-06 14:53:48 -04:00

Automaton

Latest Version

Downloads

Friendly state machines for python. The goal of this library is to provide well documented state machine classes and associated utilities. The state machine pattern (or the implemented variation there-of) is a commonly used pattern and has a multitude of various usages. Some of the usages for this library include providing state & transition validation and running/scheduling/analyzing the execution of tasks.

Description
Friendly state machines for python.
Readme 1.7 MiB
Languages
Python 100%