We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5b67f commit 0cdb9b7Copy full SHA for 0cdb9b7
.travis.yml
@@ -4,7 +4,8 @@ python:
4
- "2.7"
5
- "3.3"
6
- "3.4"
7
- - "3.5-dev"
+ - "3.5"
8
+ - "nightly"
9
10
install:
11
- pip install -r dev-requirements.txt
@@ -16,3 +17,7 @@ script:
16
17
after_success:
18
- coverage combine
19
- coveralls
20
+
21
+matrix:
22
+ allow_failures:
23
+ - python: "nightly"
ReleaseNotes.rst
@@ -13,6 +13,7 @@ Next Release
13
- Fix bug when validating sequence and value should only be unicode escaped when a string
14
- Improve validation of timestamps.
15
- 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
0 commit comments