6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-06 07:30:40 +00:00

Specify CI python version in packaging in case of conflict

On MacOS, when no python version is specified, packaging is run with
python 2.
This commit is contained in:
Régis Behmo 2019-06-19 12:38:26 +02:00
parent aaafd73a8a
commit e04f42ec1a

View File

@ -11,7 +11,7 @@ compile-requirements: ## Compile requirements files
package: ## Build a package ready to upload to pypi
pip install twine
python setup.py sdist
python3 setup.py sdist
test: test-lint test-unit test-format test-package ## Run all tests by decreasing order or priority