update python version travis.yml

This commit is contained in:
Rohit Tanwar
2018-02-13 21:21:52 +05:30
parent 43070ee42c
commit 3590684dc4

View File

@ -2,6 +2,8 @@ language: python3
cache:
directories:
- __pycache__
python:
- "3.6"
before_install:
- sudo pip install -r requirements.txt
script: