aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2020-02-27 11:13:38 +0100
committerJ08nY2020-02-27 11:31:48 +0100
commit29770f3c6d0f8001ae9c09be9cb40357383e4f86 (patch)
tree8058ea1353ccd3949e5cfa730db79fe84f13ec66
parente1e9e33090644f25c3cf07dd104399a2b0aa294f (diff)
downloadpyecsca-notebook-29770f3c6d0f8001ae9c09be9cb40357383e4f86.tar.gz
pyecsca-notebook-29770f3c6d0f8001ae9c09be9cb40357383e4f86.tar.zst
pyecsca-notebook-29770f3c6d0f8001ae9c09be9cb40357383e4f86.zip
Fix travis.
-rw-r--r--.travis.yml10
-rw-r--r--pytest.ini3
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 =
/*
/*/*