mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Update travis to support Python 3.4 and 3.5
This commit is contained in:
parent
21d1c887e3
commit
2f605ce731
|
@ -1,6 +1,9 @@
|
||||||
language: python
|
language: python
|
||||||
|
python:
|
||||||
|
- 3.5
|
||||||
|
- 3.4
|
||||||
|
- 2.7
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
|
@ -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/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [2015-11-06]
|
## [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
|
### 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]
|
## [2015-11-05]
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in New Issue
Block a user