Skip to content

Commit b7b9c54

Browse files
Merge pull request #3603 from nicoddemus/fix-freeze-job
Fix reference to py36-freeze in travis and appveyor
2 parents e86fe38 + 130100b commit b7b9c54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
python: 'pypy-5.4'
3838
- env: TOXENV=py35
3939
python: '3.5'
40-
- env: TOXENV=py35-freeze
41-
python: '3.5'
40+
- env: TOXENV=py36-freeze
41+
python: '3.6'
4242
- env: TOXENV=py37
4343
python: 'nightly'
4444

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ environment:
2727
- TOXENV: "py36-pluggymaster"
2828
- TOXENV: "py27-nobyte"
2929
- TOXENV: "doctesting"
30-
- TOXENV: "py35-freeze"
30+
- TOXENV: "py36-freeze"
3131
- TOXENV: "docs"
3232

3333
install:

0 commit comments

Comments
 (0)