Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 061be7c

Browse files
committed
Travis tests
1 parent dfb21d5 commit 061be7c

7 files changed

Lines changed: 2 additions & 29 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ before_install:
66
- pip install -U pip
77
- pip install -U pytest
88
- pip install codecov
9-
install:
10-
- pip install ".[test]" . # install package + test dependencies
11-
script: pytest # run tests
9+
script: python3 tests.py # run tests
1210
after_success:
1311
- codecov # submit coverage

ModulationPy/ModulationPy.egg-info/PKG-INFO

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

ModulationPy/ModulationPy.egg-info/SOURCES.txt

Whitespace-only changes.

ModulationPy/ModulationPy.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

ModulationPy/ModulationPy.egg-info/requires.txt

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

ModulationPy/ModulationPy.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/test.py renamed to test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from src.ModulationPy import *
1+
from ModulationPy.ModulationPy import *
22

33
M = [4, 16, 64, 256, 1024]
44
gm = [True, False]

0 commit comments

Comments
 (0)