diff options
| author | J08nY | 2023-08-28 12:42:19 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-28 12:42:19 +0200 |
| commit | d05ff78a0b51aad0e9062be992ab7f6f19765b09 (patch) | |
| tree | d60bde12d99ccc31b8079b3f12e352d791ee657c | |
| parent | 736688091dc502c6ee614dd52c8ca4c52d8d9c09 (diff) | |
| download | pyecsca-notebook-d05ff78a0b51aad0e9062be992ab7f6f19765b09.tar.gz pyecsca-notebook-d05ff78a0b51aad0e9062be992ab7f6f19765b09.tar.zst pyecsca-notebook-d05ff78a0b51aad0e9062be992ab7f6f19765b09.zip | |
Ditch Travis CI.
| -rw-r--r-- | .travis.yml | 47 | ||||
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | pytest.ini | 10 |
4 files changed, 4 insertions, 61 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a5a2608..0000000 --- a/.travis.yml +++ /dev/null @@ -1,47 +0,0 @@ -os: linux -dist: xenial -language: python -python: "3.8" - -addons: - apt: - sources: - - sourceline: "deb https://labs.picotech.com/debian/ picoscope main" - key_url: "https://labs.picotech.com/debian/dists/picoscope/Release.gpg.key" - packages: - - libps4000 - - libps6000 - - swig - - gcc - - libpcsclite-dev - -before_install: - - git clone https://github.com/colinoflynn/pico-python - - cd pico-python - - python setup.py install - - cd .. - - rm -rf pico-python - - git clone https://github.com/picotech/picosdk-python-wrappers - - cd picosdk-python-wrappers - - python setup.py install - - cd .. - - 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 - -install: - - pip install -r requirements.txt - -script: - - "pytest -v --color=yes --disable-warnings --nb-test-files --nb-force-regen || echo" - - "pytest -v --color=yes --disable-warnings --nb-test-files" - @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2020 Jan Jancar +Copyright (c) 2018-2023 Jan Jancar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -1,6 +1,6 @@ # pyecsca-notebook -[](https://travis-ci.com/J08nY/pyecsca-notebook)  + **Py**thon **E**lliptic **C**urve cryptography **S**ide-**C**hannel **A**nalysis toolkit. @@ -10,7 +10,7 @@ Notebook package. See the [main repo](https://github.com/J08nY/pyecsca) for more MIT License - Copyright (c) 2018-2020 Jan Jancar + Copyright (c) 2018-2023 Jan Jancar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -32,4 +32,4 @@ Notebook package. See the [main repo](https://github.com/J08nY/pyecsca) for more *Development is supported by the Masaryk University grant [MUNI/C/1701/2018](https://www.muni.cz/en/research/projects/46834), -this support is very appreciated.*
\ No newline at end of file +this support is very appreciated.* diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 0cf3832..0000000 --- a/pytest.ini +++ /dev/null @@ -1,10 +0,0 @@ -[pytest] -norecursedirs = - pyecsca - pyecsca-codegen -nb_diff_ignore = - /* - /*/* - /*/*/* - /*/*/*/* -nb_file_fnmatch = simulation.ipynb
\ No newline at end of file |
