Skip to content

Commit

Permalink
Merge 3a108b7 into 9af0298
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimebuelta committed Apr 17, 2018
2 parents 9af0298 + 3a108b7 commit ae3ced7
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 20 deletions.
37 changes: 23 additions & 14 deletions .travis.yml
@@ -1,19 +1,28 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
before_script:
- pip install pyflakes cram python-coveralls codecov
- pip install pyflakes cram python-coveralls codecov
script:
- pyflakes *.py ffind/*.py
- python setup.py install
- ffind --ignore-vcs . '(?<!argparse).py$' --exec=pyflakes
- make travis
- codecov
- pyflakes *.py ffind/*.py
- python setup.py install
- ffind --ignore-vcs . '(?<!argparse).py$' --exec=pyflakes
- make travis
- codecov
after_success:
- coveralls
- coveralls
deploy:
provider: pypi
user: jaimebuelta
password:
secure: H0ZVmNzwxD18mB5kglqnUHhejqqHHRoRLvWwpW8/oSIrU7JspzGTJthxQGk8ZlX/CZCQGSySPDF3IGxaal2CzQRADC6NO/tSr4E3dSOyQ44k7ZXttwylNKLKVfoDsAcru73hWbG5DHLWiVJ8PGyjUHw5bwDQjl8Dz96QzCUBfmrNE/bmRLF2Uq5ey6cjA4L2GuGeKneZlI7pVQU2WMLzcf3BGKJCpn/2nEkP4YFGbMITrboRknYlutyt7EAHiSKaU2bT56ZP0VSzlI8IL4K89w4EA+G1vVtefWIFKRkQPR69gHVMOGqp7YhSw7NrpkNc5KH4xmeht8xbyplT8Cx1315IBA1G/zcfEwTalRf/ABdrLWqo6xDi2w+66pC5ILDJezV1iCzF+S0b6j5nGX599CINMQnjVYFvUT7NpHbMpewV9kY3owsswRzglvgygF+7UQObaphgE24714fzrN07r7ISwbHtrmlcPlzfaGulHgyj1ZeuHFdmjI5KOfRN635WBoN00Zgbakd07ER91daTLiQ4nS2QKfhyQWOoLMHFZSSmH4KOmwPkeqgt5gzIgCA50wUcGgMB7TGoZAkCx0tcqPFESr6nxmIQq3ZB79kOs3B6IS2lIqFDP/uhUbFCB2sc9fwjF+PKLkpE+HQIx1d+uJ44IcgnoND/LQ+45wSRFP0=
skip_existing: true
distributions: "sdist bdist_wheel"
on:
tags: true
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
ffind v1.3.0 - A sane replacement for command line file search
ffind v1.3.1 - A sane replacement for command line file search
===

[![Build Status](https://travis-ci.org/jaimebuelta/ffind.svg?branch=master)](https://travis-ci.org/jaimebuelta/ffind)
Expand Down
2 changes: 1 addition & 1 deletion ffind/ffind.py
Expand Up @@ -14,7 +14,7 @@
VERSION = pkg_resources.require('ffind')[0].version
except:
# Default if not installed yet
VERSION = '1.3.0'
VERSION = '1.3.1'

# Define colors
RED_CHARACTER = '\x1b[31m'
Expand Down
2 changes: 1 addition & 1 deletion man_pages/ffind.1
@@ -1,4 +1,4 @@
.TH ffind v1.3.0 \- A sane replacement for command line file search
.TH ffind v1.3.1 \- A sane replacement for command line file search
.PP
\fIInfo:\fP An utility to search files recursively on a dir.
.PP
Expand Down
2 changes: 1 addition & 1 deletion man_pages/ffind.html
@@ -1,4 +1,4 @@
<h1 id="ffind-v1-3-0-a-sane-replacement-for-command-line-file-search"><span class="md2man-title">ffind</span> <span class="md2man-section">v1.3.0</span> <span class="md2man-date">-</span> <span class="md2man-source">A</span> <span class="md2man-manual">sane</span> replacement for command line file search<a name="ffind-v1-3-0-a-sane-replacement-for-command-line-file-search" href="#ffind-v1-3-0-a-sane-replacement-for-command-line-file-search" class="md2man-permalink" title="permalink"></a></h1><p><em>Info:</em> An utility to search files recursively on a dir.</p><p><em>Author:</em> Jaime Buelta</p><p><a href="https://travis-ci.org/jaimebuelta/ffind"><img src="https://travis-ci.org/jaimebuelta/ffind.svg?branch=master" alt="Build Status"></a>
<h1 id="ffind-v1-3-1-a-sane-replacement-for-command-line-file-search"><span class="md2man-title">ffind</span> <span class="md2man-section">v1.3.1</span> <span class="md2man-date">-</span> <span class="md2man-source">A</span> <span class="md2man-manual">sane</span> replacement for command line file search<a name="ffind-v1-3-1-a-sane-replacement-for-command-line-file-search" href="#ffind-v1-3-1-a-sane-replacement-for-command-line-file-search" class="md2man-permalink" title="permalink"></a></h1><p><em>Info:</em> An utility to search files recursively on a dir.</p><p><em>Author:</em> Jaime Buelta</p><p><a href="https://travis-ci.org/jaimebuelta/ffind"><img src="https://travis-ci.org/jaimebuelta/ffind.svg?branch=master" alt="Build Status"></a>
<a href="https://coveralls.io/github/jaimebuelta/ffind?branch=master"><img src="https://coveralls.io/repos/github/jaimebuelta/ffind/badge.svg?branch=master" alt="Coverage Status"></a>
<a href="https://requires.io/github/jaimebuelta/ffind/requirements/?branch=master"><img src="https://requires.io/github/jaimebuelta/ffind/requirements.svg?branch=master" alt="Requirements Status"></a>
<a href="https://badge.fury.io/py/ffind"><img src="https://badge.fury.io/py/ffind.svg" alt="PyPI version"></a>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -38,11 +38,11 @@ def run(self):
name='ffind',
description='Sane replacement for command line file search',
license='MIT',
version='1.3.0',
version='1.3.1',
author='Jaime Buelta',
author_email='jaime.buelta@gmail.com',
url='https://github.com/jaimebuelta/ffind',
download_url='https://github.com/jaimebuelta/ffind/tarball/v1.3.0',
download_url='https://github.com/jaimebuelta/ffind/tarball/v1.3.1',
platforms='Cross Platform',
classifiers=[
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit ae3ced7

Please sign in to comment.