Skip to content

Commit 3a44397

Browse files
committed
Stop testing Python 3.6 until 3.6b4 is out.
1 parent f20bf82 commit 3a44397

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ matrix:
2323
python: "3.5"
2424
services: [docker]
2525

26-
- os: linux
27-
dist: trusty
28-
language: python
29-
python: "3.6-dev"
26+
# - os: linux
27+
# dist: trusty
28+
# language: python
29+
# python: "3.6-dev"
3030

3131
cache:
3232
pip

0 commit comments

Comments
 (0)