# HG changeset patch # User Ludovic Chabant # Date 1457158218 28800 # Node ID 3c4075e37dc2b6f48d87a2373915329f817b74a8 # Parent a409a7bb3948ac26c0226cfb17fa6183529aaaae cm: Also test Python 3.5 with Travis. diff -r a409a7bb3948 -r 3c4075e37dc2 .travis.yml --- a/.travis.yml Thu Mar 03 22:38:55 2016 -0800 +++ b/.travis.yml Fri Mar 04 22:10:18 2016 -0800 @@ -2,6 +2,7 @@ language: python python: - "3.4" + - "3.5" install: - "pip install -r requirements.txt" - "pip install -r dev-requirements.txt"