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