Added Python 3.7 to Travis CI

This commit is contained in:
Daniele Esposti 2018-07-02 21:57:25 +01:00
parent d04823e8e3
commit 04933cdc46
3 changed files with 4 additions and 2 deletions

View file

@ -41,7 +41,7 @@ setup(
'cfgv>=1.0.0',
'identify>=1.0.0',
'nodeenv>=0.11.1',
'pyyaml',
'pyyaml>=4.2b4',
'six',
'toml',
'virtualenv',