Skip to content

Commit dc2bbd1

Browse files
authored
Merge pull request kivy#1464 from AndreMiras/feature/python3_is_core_recipe
python3 is a core recipe built via .travis.yml
2 parents 819cecd + 5d69c55 commit dc2bbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ class TargetPython(Enum):
101101
# recipes that were already built will be skipped
102102
CORE_RECIPES = set([
103103
'pyjnius', 'kivy', 'openssl', 'requests', 'sqlite3', 'setuptools',
104-
'numpy', 'android', 'python2',
104+
'numpy', 'android', 'python2', 'python3',
105105
])

0 commit comments

Comments
 (0)