diff options
| -rw-r--r-- | .travis.yml | 10 | ||||
| -rw-r--r-- | pytest.ini | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7739238..a5a2608 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,12 @@ before_install: - rm -rf picosdk-python-wrappers - git clone https://github.com/J08nY/pyecsca - cd pyecsca + - git submodule update --init --recursive + - pip install -e ".[chipwhisperer]" + - cd .. + - git clone https://github.com/J08nY/pyecsca-codegen + - cd pyecsca-codegen + - git submodule update --init --recursive - pip install -e . - cd .. - pip install pytest-notebook @@ -36,6 +42,6 @@ install: - pip install -r requirements.txt script: - - "pytest -v --ignore=pyecsca --color=yes --disable-warnings --nb-test-files --nb-force-regen || echo" - - "pytest -v --ignore=pyecsca --color=yes --disable-warnings --nb-test-files" + - "pytest -v --color=yes --disable-warnings --nb-test-files --nb-force-regen || echo" + - "pytest -v --color=yes --disable-warnings --nb-test-files" @@ -1,4 +1,7 @@ [pytest] +norecursedirs = + pyecsca + pyecsca-codegen nb_diff_ignore = /* /*/* |
