Skip to content

Commit 0c8727f

Browse files
authored
Run twisted tests under py3 (#905)
1 parent 8cd3b17 commit 0c8727f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ matrix:
7373
env: TOXENV=py37-randomorder
7474

7575
# Make sure we don't break Twisted or urllib3
76-
- python: "2.7"
77-
env: TOXENV=py27-twistedMaster
76+
- python: "3.7"
77+
env: TOXENV=py37-twistedMaster
7878
- python: "3.5"
7979
env: TOXENV=py35-urllib3Master
8080

0 commit comments

Comments
 (0)