Skip to content

Commit

Permalink
Update travis to run on 3.5.x and on 3.6.x nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Mar 6, 2016
1 parent 3f5b67f commit 0cdb9b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5-dev"
- "3.5"
- "nightly"

install:
- pip install -r dev-requirements.txt
Expand All @@ -16,3 +17,7 @@ script:
after_success:
- coverage combine
- coveralls

matrix:
allow_failures:
- python: "nightly"
1 change: 1 addition & 0 deletions ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Next Release
- Fix bug when validating sequence and value should only be unicode escaped when a string
- Improve validation of timestamps.
- Improve float validation to now accept strings that is valid ints that uses scientific notation, "1e-06" for example.
- Update travis to test against python 3.6


1.5.0
Expand Down

0 comments on commit 0cdb9b7

Please sign in to comment.