diff options
| author | J08nY | 2020-02-10 17:32:27 +0100 |
|---|---|---|
| committer | J08nY | 2020-02-10 18:15:06 +0100 |
| commit | 29326d606cc073a0f4e62b65540998f62f242445 (patch) | |
| tree | da164aa723523cb2ca7db315363b0d68dad0206f | |
| parent | f788291bd6d4b6c967ecad5aad3f290308ffb21c (diff) | |
| download | pyecsca-codegen-29326d606cc073a0f4e62b65540998f62f242445.tar.gz pyecsca-codegen-29326d606cc073a0f4e62b65540998f62f242445.tar.zst pyecsca-codegen-29326d606cc073a0f4e62b65540998f62f242445.zip | |
Fix Travis.
| -rw-r--r-- | .travis.yml | 11 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 42dd227..050f8a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,13 @@ +os: linux language: python dist: xenial -python: - - "3.7" - - "3.8" +python: "3.8" + +addons: + apt: + packages: + - swig + - gcc install: - pip install codecov @@ -25,7 +25,7 @@ setup( "templates/", "tommath/"] }, #install_package_data=True, - python_requires='>=3.7', + python_requires='>=3.8', install_requires=[ "pyecsca", "numpy", |
