Stop to test with nightly python

It seems nightly python image on Travis CI has broken now.  This
stops to test with it temporarily to make our development keep going.
https://travis-ci.community/t/python-development-versions-no-longer-include-pip/7180
This commit is contained in:
Takeshi KOMIYA 2020-02-11 19:44:55 +09:00
parent 0eb3d65e47
commit 21ea6838d9

View File

@ -24,7 +24,7 @@ matrix:
env:
- TOXENV=du15
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
- python: 'nightly'
- python: '3.8'
env:
- TOXENV=du16
- python: '3.6'