From 1c972d9592f2cd7e4994e8b7c31a6de34e8c4005 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Thu, 22 Feb 2018 00:17:23 +0100 Subject: [PATCH] Only test on stable Python (#380) Since tests on nightly are quite likely to fail anyway, it doesn't make too much sense to test there. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6612766..e18dcc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ before_install: - sudo apt-get install -yq libleveldb-dev librocksdb libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev python: - "3.6" - - "nightly" # command to install dependencies install: - pip install aiohttp