We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d29352 commit f9c8420Copy full SHA for f9c8420
.travis.yml
@@ -1,8 +1,6 @@
1
language: python
2
python:
3
-- 2.7
4
-- 3.5
5
-- 3.6
+- 3.8
6
sudo: false
7
notifications:
8
email: false
@@ -21,7 +19,7 @@ deploy:
21
19
secure: Z88A/qARvvwFdogCnwiybg9g8+FTiJmTKh4rkfoOkFJP02dirWC3lDf8ZEUGo8Uk9QgO+M9BhcJR6vy7STGHYuVF+xC3lz9nuIQj39JkGfHOdy2aUOwiNQLES6jVGEzhJdDv4mJ5Wg481m0ZFGFxzjnAkpVBR2wxCyN80hcOXPc=
22
20
distributions: "sdist bdist_wheel"
23
on:
24
- python: 2.7
+ python: 3.8
25
tags: true
26
repo: CellProfiler/python-bioformats
27
skip_cleanup: true
0 commit comments