From 0fa358ebf766beafe9a1a42e2bf38c2e604f046d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Mon, 17 Apr 2017 13:57:20 +0300 Subject: [PATCH] Removing python-dev versions --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4862fd..46b82e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ python: - "3.3" - "3.4" - "3.5" - - "3.5-dev" # 3.5 development branch - "3.6" - - "3.6-dev" # 3.6 development branch # command to install dependencies install: "pip install -r requirements.txt" # command to run tests