Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 030d2b6

Browse files
committed
Update travis and Changelog
1 parent 3b13b67 commit 030d2b6

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- stage: core
2222
python: 2.7
2323
env: TOXENV=py27
24-
- stage: core
25-
python: 3.3
26-
env: TOXENV=py33
2724
- stage: core
2825
python: 3.4
2926
env: TOXENV=py34
@@ -57,14 +54,6 @@ jobs:
5754
python: 2.7
5855
env: TOXENV=py27-django-110
5956

60-
61-
- stage: contrib
62-
python: 3.3
63-
env: TOXENV=py33-django-17
64-
- stage: contrib
65-
python: 3.3
66-
env: TOXENV=py33-django-18
67-
6857
- stage: contrib
6958
python: 3.4
7059
env: TOXENV=py34-django-17

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ Changelog
44
All notable changes to this project will be documented in this file.
55
Project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
6.9.0 (2018-05-15)
7+
6.9.0 (Unrleased)
88
------------------
99
* [Core] Switched from culprit to transaction for automatic transaction reporting.
10+
* [CI] Removed py3.3 from build
11+
1012
------------------
1113
6.8.0 (2018-05-12)
1214
------------------

0 commit comments

Comments
 (0)