mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +00:00
fix: travis add pip3 addon
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
language: python
|
||||
|
||||
dist: trusty
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- "python3"
|
||||
- "python3-pip"
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user