Skip to content

Commit

Permalink
Merge pull request #3603 from nicoddemus/fix-freeze-job
Browse files Browse the repository at this point in the history
Fix reference to py36-freeze in travis and appveyor
  • Loading branch information
RonnyPfannschmidt authored Jun 21, 2018
2 parents e86fe38 + 130100b commit b7b9c54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
python: 'pypy-5.4'
- env: TOXENV=py35
python: '3.5'
- env: TOXENV=py35-freeze
python: '3.5'
- env: TOXENV=py36-freeze
python: '3.6'
- env: TOXENV=py37
python: 'nightly'

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ environment:
- TOXENV: "py36-pluggymaster"
- TOXENV: "py27-nobyte"
- TOXENV: "doctesting"
- TOXENV: "py35-freeze"
- TOXENV: "py36-freeze"
- TOXENV: "docs"

install:
Expand Down

0 comments on commit b7b9c54

Please sign in to comment.