Update travis to support Python 3.4 and 3.5

This commit is contained in:
Daniel Roy Greenfeld 2015-11-06 19:53:16 -08:00
parent 21d1c887e3
commit 2f605ce731
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,9 @@
language: python
python:
- 3.5
- 3.4
- 2.7
sudo: false
install:
- pip install -r requirements.txt

View File

@ -3,8 +3,12 @@ All enhancements and patches to cookiecutter-django will be documented in this f
This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-11-06]
### Added
- \*tests\* to `.coveragerc`, because including it is cheating! (@pydanny)
- Binaryornot to cookiecutter-django's own tests because otherwise Python 3 blows up (@audreyr)
### Changed
- Added *tests* to `.coveragerc`, because including it is cheating! (@pydanny)
- `.travis.yml` configuration to support Python 3.4 and 3.5 (@pydanny)
- `.gitignore` configuration so py.test cache files don't show up in git status.
## [2015-11-05]
### Changed