diff options
| author | J08nY | 2020-02-27 11:13:38 +0100 |
|---|---|---|
| committer | J08nY | 2020-02-27 11:31:48 +0100 |
| commit | 29770f3c6d0f8001ae9c09be9cb40357383e4f86 (patch) | |
| tree | 8058ea1353ccd3949e5cfa730db79fe84f13ec66 | |
| parent | e1e9e33090644f25c3cf07dd104399a2b0aa294f (diff) | |
| download | pyecsca-notebook-29770f3c6d0f8001ae9c09be9cb40357383e4f86.tar.gz pyecsca-notebook-29770f3c6d0f8001ae9c09be9cb40357383e4f86.tar.zst pyecsca-notebook-29770f3c6d0f8001ae9c09be9cb40357383e4f86.zip | |
Fix travis.
| -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 = /* /*/* |
