Skip to content

Commit cf8fc2b

Browse files
author
investing-algorithms
authored
Merge pull request #19 from investing-algorithms/hotfix_ci
Hotfix ci
2 parents 01d3231 + 20065b9 commit cf8fc2b

File tree

23 files changed

+21
-27
lines changed

23 files changed

+21
-27
lines changed

Remove_states_from_context.patch

Lines changed: 0 additions & 6 deletions
This file was deleted.

investing_algorithm_framework/bin/investing-algorithm-framework-admin renamed to bin/investing-algorithm-framework-admin

File renamed without changes.

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
python3 -m unittest discover -s ../
3+
pytest ../.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from investing_algorithm_framework.utils.version import get_version
22

3-
VERSION = (1, 0, 0, 'alpha', 0)
3+
VERSION = (0, 1, 0, 'alpha', 0)
44

investing_algorithm_framework/tests/resources/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

investing_algorithm_framework/tests/utils/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
'colorama', 'wrapt', 'requests'
2020
],
2121
python_requires='>=3.6',
22-
scripts=['investing_algorithm_framework/bin/investing-algorithm-framework-admin'],
22+
scripts=['bin/investing-algorithm-framework-admin'],
2323
include_package_data=True,
2424
)

investing_algorithm_framework/tests/__init__.py renamed to tests/__init__.py

File renamed without changes.

investing_algorithm_framework/tests/core/__init__.py renamed to tests/core/__init__.py

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)