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.
This commit is contained in:
parent
b37b53f358
commit
1c972d9592
@ -7,7 +7,6 @@ before_install:
|
|||||||
- sudo apt-get install -yq libleveldb-dev librocksdb libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
|
- sudo apt-get install -yq libleveldb-dev librocksdb libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "nightly"
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install aiohttp
|
- pip install aiohttp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user