Fix reference to py36-freeze in travis and appveyor

Travis and AppVeyor were executing "py35-freeze", which does not actually
exist in tox.ini.
This commit is contained in:
Bruno Oliveira
2018-06-20 07:53:41 -03:00
parent 19ba243cae
commit 130100bba1
2 changed files with 3 additions and 3 deletions

View File

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