Changeset - 9125b2d30023
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 years ago 2018-11-28 20:18:40
branko@majic.rs
GC-30: Added Python 3.7 to tox configuration as test environment.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
tox.ini
Show inline comments
 
@@ -8,12 +8,13 @@ whitelist_externals =
 
basepython =
 
  doc: python3
 
  lint: python3
 
  py34: python3.4
 
  py35: python3.5
 
  py36: python3.6
 
  py37: python3.7
 

	
 
deps =
 
  .[test]
 

	
 
commands =
 
  # Must specify cov-report explicitly, otherwise coverage starts
0 comments (0 inline, 0 general)