fix: travis add pip3 addon

This commit is contained in:
Gavin D'souza
2020-04-09 17:40:25 +05:30
parent 999216e727
commit ac4a3057cf

View File

@@ -1,6 +1,13 @@
language: python
dist: trusty
addons:
apt:
packages:
- "python3"
- "python3-pip"
python:
- "2.7"