Add python 3.7 to travis and tox (#14523)

* Add python 3.7 to travis and tox

* Use pyyaml from github

* Don't version constraints

* Fix version tag

* Change to new pyyaml release

* Python 3.7 requires xenial

* Fix namespace detection

* Use correct RegEx type

* Update pexpect to 4.6

* Use correct validation for dictionaries

* Disable Py37 incompatible packages

* Upgrade all pexpect to 4.6

* Add explicit None as default param
This commit is contained in:
Andrey
2018-07-07 17:48:02 +03:00
committed by Paulus Schoutsen
parent bd62248841
commit 02238b6412
16 changed files with 33 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ REQUIRES = [
'jinja2>=2.10',
'pip>=8.0.3',
'pytz>=2018.04',
'pyyaml>=3.11,<4',
'pyyaml>=3.13,<4',
'requests==2.19.1',
'voluptuous==0.11.1',
]