CHANGES
=======

* [REF] readme: Add pypi downloads and version badge

2.0.2
-----

* Fix build args ordering and add bug test

2.0.1
-----

* [FIX] travis2docker: Fix avoid run after_succes section. Fix Vauxoo/travis2docker#36
* Add build-extra-args + Remove no-cache & remove-after-success
* Add no-cache, include-cleanup, and remove-after-success CLI args
* [IMP] travis2docker: Add extra args to 'docker run'
* [FIX] travis2docker: Set LANG to allow type unicode
* [FIX] travis2docker: Fix unexpected-operator http://stackoverflow.com/questions/3411048/unexpected-operator-in-shell-programming
* [FIX] travis2docker: Fix unexpected-operator http://stackoverflow.com/questions/3411048/unexpected-operator-in-shell-programming

1.6.0
-----

* [IMP] travis2docer: Add after_success section to entrypoint
* [FIX] travis2docker: Fix unicode string
* [FIX] travis2docker: Fix get "export" sentence. Just sentence that starts with export (adding a ^ in regex)
* [REF] travis2docker: Re-use variable
* [REF] travis2docker: Delete files/ssh folder if exists before of copytree to avoid issues related with wrong keys ssh in first time
* [FIX] travis2docker: Fix global section using a list of len equal to one, because global is manage one_global*each_matrix
* [FIX] travis2docker: Fix missed newline in travis.yml 'script' section
* [REF] .travis.yml: Enable cache
* [IMP] travis2docker: Enable TRAVIS_REPO_SLUG environment variable for travis

1.5.0
-----

* [REF] travis2docker: Use newline in script files
* [FIX] travis2docker: Use lowercase to store path of repo and scripts
* [FIX] travis2docker: Fix multi-value of remotes
* [REF] travis2docker: Increase testing coverage
* [REF] travis2docker: Auto-build remote url
* [FIX] travis2docker: Fix remote duplicated
* [IMP] travis2docker: Use real remote name and add feature to append new ones
* [REF] travis2docker: Featurea to add remotes to branch build
* [REF] travis2docker: Use name real of branch instead of 'master'
* [FIX] travis2docker: Scape double quote in entrypoint bash
* [REF] travis2docker: Add tests

1.4.0
-----

* [REF] travis2docker: Fix flake
* [FIX] Use of subscript in travis, each RUN in dockerfile is a subscript then don't need (...)
* [FIX] environment variables
* [FIX] Add support to case `export VAR="param1=value1"`

1.3.0
-----

* [REF] travis2docker: Fix $HOME empty var environment
* [FIX] Fix use of sudo with root user
* [REF] fix flake8
* [REF] t2d: Fix sha None
* [REF] t2d: Make script path with name of sha
* Update README.md

1.2.0
-----

* [FIX] yaml requirement
* [REF] travis2docker: Use real path of travis-ci Fix vauxoo/travis2docker#1

1.1.1
-----

* [REF] Add build number to image name
* squash
* squash
* squash

1.0.1
-----

* squash
* [REF] README: Add install and t2d help command
* [FIX] .coverage: Fix paths
* [REF] .travis.yml: Add badges of travis and coveralls
* [REF] missed file
* [REF] Fix flake8
* Update from gist
* Cleaning folder and using pbr
* [INIT]
