Skip to content
Snippets Groups Projects
Commit 84a38d4d authored by nimrod's avatar nimrod
Browse files

Merge branch 'feature/travisci'

parents a90e216b 07fbceef
No related branches found
No related tags found
No related merge requests found
---
language: python
python: ["2.7", "3.3", "3.4", "3.5"]
dist: trusty
sudo: false
cache:
- pip
install:
- pip install tox-travis
script:
- tox
notifications:
email: false
recursive-include eb-prune *.py recursive-include eb-prune *.py
exclude .pre-commit-config.yaml exclude .pre-commit-config.yaml
exclude .travis.yml
exclude fabfile.py
include *.rst include *.rst
include *.txt include *.txt
include VERSION include VERSION
...@@ -43,3 +43,10 @@ Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website ...@@ -43,3 +43,10 @@ Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
<https://www.shore.co.il/>`_. Patches are welcome via `git send-email <https://www.shore.co.il/>`_. Patches are welcome via `git send-email
<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
at: https://www.shore.co.il/git/. at: https://www.shore.co.il/git/.
TODO
----
- Fix Travis CI run on Python 3.2
(https://travis-ci.org/adarnimrod/eb-prune/jobs/187705346).
- Release to PyPI on tagged commits.
[tox] [tox]
envlist = py{2,3} envlist = py{2,3}
[travis]
python =
2.7: py2
3.2: py3
3.3: py3
3.4: py3
3.5: py3
[testenv] [testenv]
basepython = basepython =
py2: python2 py2: python2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment