From 4c186e22c1cc7dcf781598d5c9255c15b76bac00 Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Fri, 27 Apr 2018 14:21:05 +0200 Subject: [PATCH] Dropping py33 from CI --- .travis.yml | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce3f10f..269e741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/Makefile b/Makefile index f2d1bed..a233403 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,5 @@ lint: unit: @echo Running unit tests... - python -m pytest -s + pytest -s @echo