I forgot that sugar for the types annotation of variable was added to Python 3.6

This commit is contained in:
Alex Root Junior 2017-07-25 04:53:18 +03:00
parent 2597acb208
commit 7b1fdef84d

View file

@ -1,9 +1,9 @@
name: py35
name: py36
channels:
- conda-forge
- default
dependencies:
- python=3.5
- python=3.6
- sphinx=1.5.3
- sphinx_rtd_theme=0.2.4
- pip