Skip to content

Commit

Permalink
Merge pull request #93 from jazzband/fix-travis-ci
Browse files Browse the repository at this point in the history
Attempt to update and fix travis build
  • Loading branch information
garrypolley committed Dec 12, 2016
2 parents 6cad9ab + cf2c79d commit 4dabaa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5"
env:
- DJANGO=1.5
- DJANGO=1.6
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q Django==$DJANGO
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install unittest2; fi
- pip install -q -e . --use-mirrors
- pip install -q -e .
services:
- mongodb
script:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CHANGELOG
* changed MongoModelFormBaseMixin to inherit model's Meta class ordering (#74), thanks to @anzellai
* Ability to handle inherited object types, thanks to @lchsk
* Regex changed so that apps name with . are included, thanks to @kaflesudip
* Update travis build and ci requirements

* 0.2.21 (05/19/2014)

Expand Down

0 comments on commit 4dabaa7

Please sign in to comment.