Skip to content

Commit 0cdb9b7

Browse files
committed
Update travis to run on 3.5.x and on 3.6.x nightly release
1 parent 3f5b67f commit 0cdb9b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ python:
44
- "2.7"
55
- "3.3"
66
- "3.4"
7-
- "3.5-dev"
7+
- "3.5"
8+
- "nightly"
89

910
install:
1011
- pip install -r dev-requirements.txt
@@ -16,3 +17,7 @@ script:
1617
after_success:
1718
- coverage combine
1819
- coveralls
20+
21+
matrix:
22+
allow_failures:
23+
- python: "nightly"

ReleaseNotes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Next Release
1313
- Fix bug when validating sequence and value should only be unicode escaped when a string
1414
- Improve validation of timestamps.
1515
- Improve float validation to now accept strings that is valid ints that uses scientific notation, "1e-06" for example.
16+
- Update travis to test against python 3.6
1617

1718

1819
1.5.0

0 commit comments

Comments
 (0)