aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2023-08-28 12:42:19 +0200
committerJ08nY2023-08-28 12:42:19 +0200
commitd05ff78a0b51aad0e9062be992ab7f6f19765b09 (patch)
treed60bde12d99ccc31b8079b3f12e352d791ee657c
parent736688091dc502c6ee614dd52c8ca4c52d8d9c09 (diff)
downloadpyecsca-notebook-d05ff78a0b51aad0e9062be992ab7f6f19765b09.tar.gz
pyecsca-notebook-d05ff78a0b51aad0e9062be992ab7f6f19765b09.tar.zst
pyecsca-notebook-d05ff78a0b51aad0e9062be992ab7f6f19765b09.zip
Ditch Travis CI.
-rw-r--r--.travis.yml47
-rw-r--r--LICENSE2
-rw-r--r--README.md6
-rw-r--r--pytest.ini10
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"
-
diff --git a/LICENSE b/LICENSE
index 2df33a6..109acf2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/README.md b/README.md
index 1d39b8a..ce7cf90 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# pyecsca-notebook
-[![Build Status](https://travis-ci.com/J08nY/pyecsca-notebook.svg?branch=master)](https://travis-ci.com/J08nY/pyecsca-notebook) ![License: MIT](https://img.shields.io/github/license/J08nY/pyecsca-notebook.svg)
+![License: MIT](https://img.shields.io/github/license/J08nY/pyecsca-notebook.svg)
**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