Skip to content

Commit a6d905c

Browse files
committed
update
1 parent 59d0cf8 commit a6d905c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,13 @@ matrix:
2424
include:
2525
- name: "python-2.7"
2626
env: PY=2.7
27-
- name: "python-3.6"
28-
env: PY=3.6
27+
- name: "python-3.7"
28+
env: PY=3.7
2929
- name: "python-3.8"
3030
env: PY=3.8
3131
- name: "python-3.9"
3232
env: PY=3.9
3333

34-
jobs:
35-
allow_failures:
36-
- env: PY=2.7
37-
3834
notifications:
3935
email: false
4036

0 commit comments

Comments
 (0)