Merge pull request from nicoddemus/fix-freeze-job

Fix reference to py36-freeze in travis and appveyor
This commit is contained in:
Ronny Pfannschmidt 2018-06-21 09:33:59 +02:00 committed by GitHub
commit b7b9c54d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -27,7 +27,7 @@ environment:
- TOXENV: "py36-pluggymaster"
- TOXENV: "py27-nobyte"
- TOXENV: "doctesting"
- TOXENV: "py35-freeze"
- TOXENV: "py36-freeze"
- TOXENV: "docs"
install: