Browse Source

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.
patch-2
Johann Bauer 7 years ago
committed by Neil
parent
commit
1c972d9592
  1. 1
      .travis.yml

1
.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

Loading…
Cancel
Save