From 05ebfe1142cd3a795128b3ee15ebbf6711d3ccc5 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 16 Sep 2019 22:07:46 +0300 Subject: [PATCH] Reduce build matrix --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e02999..cfda047 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - 3.5 - 3.6 - - 3.7-dev + - 3.7 - nightly matrix: @@ -21,11 +21,6 @@ script: after_success: - codecov -env: - matrix: - - PYTHONASYNCIODEBUG=x - - PYTHONASYNCIODEBUG= - deploy: provider: pypi user: aio-libs-bot @@ -35,5 +30,4 @@ deploy: on: tags: true all_branches: true - python: 3.6 - condition: $PYTHONASYNCIODEBUG = "" \ No newline at end of file + python: 3.7