update python version travis.yml

This commit is contained in:
Rohit Tanwar
2018-02-13 21:36:30 +05:30
parent 3590684dc4
commit 9e26ecd28c

View File

@ -3,7 +3,7 @@ cache:
directories:
- __pycache__
python:
- "3.6"
- "3.6.2"
before_install:
- sudo pip install -r requirements.txt
script: