Update test suite, support python 3.5.
diff --git a/.travis.yml b/.travis.yml
index 259482a..cb1f4c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,5 @@
 python:
     - "2.7"
     - "3.4"
+    - "3.5"
 script: python ./setup.py install && python ./test/test.py
diff --git a/test/toml-test b/test/toml-test
index 617aff4..e8b7822 160000
--- a/test/toml-test
+++ b/test/toml-test
@@ -1 +1 @@
-Subproject commit 617aff48a64f7900d195c51dd9f940e3e152d354
+Subproject commit e8b7822e3287da1002a03a60c15cd2894ed79889