Skip to content

Commit b9076da

Browse files
authored
Merge pull request #7132 from tk0miya/stop_testing_with_nightly
Stop to test with nightly python
2 parents 0eb3d65 + 21ea683 commit b9076da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
env:
2525
- TOXENV=du15
2626
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
27-
- python: 'nightly'
27+
- python: '3.8'
2828
env:
2929
- TOXENV=du16
3030
- python: '3.6'

0 commit comments

Comments
 (0)