From 1d1eac4c6b1b4f54aa8d50ecd834eb75c98a9dcd Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 14 Sep 2015 10:36:20 -0300 Subject: [PATCH] Use python "3.5" on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e83220105..467b80329 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: python python: - - '3.5.0b3' + - '3.5' # command to install dependencies install: "pip install -U tox" # # command to run tests