Skip to content

Commit 130100b

Browse files
committed
Fix reference to py36-freeze in travis and appveyor
Travis and AppVeyor were executing "py35-freeze", which does not actually exist in tox.ini.
1 parent 19ba243 commit 130100b

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)