Loading .travis.yml +5 −2 Original line number Diff line number Diff line --- language: python python: ["2.7", "3.3", "3.4", "3.5"] python: ["2.7", "3.2", "3.3", "3.4", "3.5"] dist: trusty sudo: false cache: - pip matrix: allow_failure: - python: "3.2" install: - pip install tox-travis Loading README.rst +6 −5 Original line number Diff line number Diff line Loading @@ -51,15 +51,16 @@ Example usage can be seen in :code:`tests.sh`. Testing ------- Local tests require both a Python 2, Python 3 and Tox installed and can be run by running :code:`tox`. Alternatively, Travis CI is used to test on multiple versions of Python for every push. Tests require Python 2.7, Python 3.2 or later and Tox and are run by running :code:`tox`. Also, Travis CI is used to test on multiple Python versions for every push. Release ------- Currently releases are done locally by running :code:`tox -e release` and require Python and Tox installed. Releases with Travis CI are coming. Releases require Python 2.7 or Python 3.2 or later and Tox. To release a new version bump the version in the :code:`VERSION` file and run :code:`tox -e release`. License ------- Loading tox.ini +1 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,6 @@ deps = twine wheel commands = sh -c 'git tag -f "$(cat VERSION)"' sh -c 'git tag "$(cat VERSION)" && git push --tags' python setup.py bdist_wheel twine upload --skip-existing dist/*.whl Loading
.travis.yml +5 −2 Original line number Diff line number Diff line --- language: python python: ["2.7", "3.3", "3.4", "3.5"] python: ["2.7", "3.2", "3.3", "3.4", "3.5"] dist: trusty sudo: false cache: - pip matrix: allow_failure: - python: "3.2" install: - pip install tox-travis Loading
README.rst +6 −5 Original line number Diff line number Diff line Loading @@ -51,15 +51,16 @@ Example usage can be seen in :code:`tests.sh`. Testing ------- Local tests require both a Python 2, Python 3 and Tox installed and can be run by running :code:`tox`. Alternatively, Travis CI is used to test on multiple versions of Python for every push. Tests require Python 2.7, Python 3.2 or later and Tox and are run by running :code:`tox`. Also, Travis CI is used to test on multiple Python versions for every push. Release ------- Currently releases are done locally by running :code:`tox -e release` and require Python and Tox installed. Releases with Travis CI are coming. Releases require Python 2.7 or Python 3.2 or later and Tox. To release a new version bump the version in the :code:`VERSION` file and run :code:`tox -e release`. License ------- Loading
tox.ini +1 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,6 @@ deps = twine wheel commands = sh -c 'git tag -f "$(cat VERSION)"' sh -c 'git tag "$(cat VERSION)" && git push --tags' python setup.py bdist_wheel twine upload --skip-existing dist/*.whl