Skip to content

Commit

Permalink
added python 3.3 and 3.4 and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Furr committed Sep 26, 2018
1 parent 2a266de commit bff0647
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
language: python
python:
- "2.7"
#- "3.4"
#- "3.5"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
env:
# Test out support for lowest/highest pymongo/django combos
#- PYMONGO="==2.4" DJANGO="==1.8"
#- PYMONGO=">=3.0" DJANGO=">=1.9"
- PYMONGO=">=3.0" DJANGO="==1.9.4"
- PYMONGO=">=3.0" DJANGO="==1.9.8"
- PYMONGO=">=3.0" DJANGO=">=2.0"
# command to install dependencies
services:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Change Log
v0.9.0
------
* Removed support for pymongo < 3.0
* Added ml_purge command
* Removed support for Django < 1.9.8
* Added ml_purge command for cleaning out log documents

v0.8.0
------
Expand Down

0 comments on commit bff0647

Please sign in to comment.