From 29770f3c6d0f8001ae9c09be9cb40357383e4f86 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 27 Feb 2020 11:13:38 +0100 Subject: Fix travis. --- .travis.yml | 10 ++++++++-- 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" diff --git a/pytest.ini b/pytest.ini index 26cec34..0cf3832 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,7 @@ [pytest] +norecursedirs = + pyecsca + pyecsca-codegen nb_diff_ignore = /* /*/* -- cgit v1.3.1