summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2018-05-19 08:38:28 +0200
committerAshley Camba Garrido <ashwoods@gmail.com>2018-05-19 08:38:44 +0200
commit030d2b6ab2fc327cad020150d5b3637c50c6351f (patch)
tree51b5a107f5609bc753f7bd06dac28836243960d1
parent3b13b678d995fdd04b28a0cd3fe3c143d6275041 (diff)
downloadraven-030d2b6ab2fc327cad020150d5b3637c50c6351f.tar.gz
Update travis and Changelog
-rw-r--r--.travis.yml11
-rw-r--r--CHANGELOG.md4
2 files changed, 3 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 91a4875..be67189 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,9 +22,6 @@ jobs:
python: 2.7
env: TOXENV=py27
- stage: core
- python: 3.3
- env: TOXENV=py33
- - stage: core
python: 3.4
env: TOXENV=py34
- stage: core
@@ -57,14 +54,6 @@ jobs:
python: 2.7
env: TOXENV=py27-django-110
-
- - stage: contrib
- python: 3.3
- env: TOXENV=py33-django-17
- - stage: contrib
- python: 3.3
- env: TOXENV=py33-django-18
-
- stage: contrib
python: 3.4
env: TOXENV=py34-django-17
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41b3afb..ca7255f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,11 @@ Changelog
All notable changes to this project will be documented in this file.
Project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-6.9.0 (2018-05-15)
+6.9.0 (Unrleased)
------------------
* [Core] Switched from culprit to transaction for automatic transaction reporting.
+* [CI] Removed py3.3 from build
+
------------------
6.8.0 (2018-05-12)
------------------