diff --git a/.travis.yml b/.travis.yml index 86c996d..ea75ef4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - pip install pip -U - pip install coveralls coverage wheel - pip install -r requirements.txt -- pip install -e . +- pip install -e . --ignore-requires-python script: - coverage run --source sismic -m pytest - cd docs && make doctest && cd .. diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b609ad..35f6b75 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,7 +11,7 @@ Unreleased action is executed, making the two predicates more accurate when long-running actions are executed when a state is entered. Similarly, ``idle`` is reset after the action of a transition is performed, not before. - - (Changed) Drop support for Python 3.4. + - (Changed) Drop official support for Python 3.4. 1.2.2 (2018-06-21) ------------------ diff --git a/docs/installation.rst b/docs/installation.rst index 5e35c81..36f1ecb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,10 +11,12 @@ Starting from release 1.0.0, Sismic adheres to a `semantic versioning `__ or `pipenv `__ to manage your virtual environments. + The development version can also be installed directly from its git repository: ``pip install git+git://github.com/AlexandreDecan/sismic.git``