mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
Updated .travis.yml for Python 2 and 3
This commit is contained in:
committed by
GitHub
parent
b714643ca2
commit
58606b643a
@@ -3,10 +3,17 @@ dist: trusty
|
|||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- python: "3.5"
|
||||||
|
- python: "3.6"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# fix mongodb travis error
|
# fix mongodb travis error
|
||||||
- sudo rm /etc/apt/sources.list.d/mongodb*.list
|
- sudo rm /etc/apt/sources.list.d/mongodb*.list
|
||||||
|
|||||||
Reference in New Issue
Block a user