Add travis tests

master
Christophe Mehay 5 years ago committed by Christophe Mehay
parent 5b3b4606fd
commit fe49df78d0

@ -0,0 +1,9 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
install:
- pip install pytest pyfakefs
- pip install .
script: pytest

@ -15,6 +15,7 @@ autopep8 = "*"
[packages]
pycryptodome = "*"
numpy = "*"
pytor = {path = "."}
[requires]
python_version = "3"

11
Pipfile.lock generated

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "ff39f92bdef2a510dcd0a910df87b514de70dfaf7f3e7f044eb67810f5dc4852"
"sha256": "98280bfddd663d905e9cac4c207929de6b28343792535c2b0076f75094081cd2"
},
"pipfile-spec": 6,
"requires": {
@ -78,6 +78,9 @@
],
"index": "pypi",
"version": "==3.8.1"
},
"pytor": {
"path": "."
}
},
"develop": {
@ -152,10 +155,10 @@
},
"isort": {
"hashes": [
"sha256:08f8e3f0f0b7249e9fad7e5c41e2113aba44969798a26452ee790c06f155d4ec",
"sha256:4e9e9c4bd1acd66cf6c36973f29b031ec752cbfd991c69695e4e259f9a756927"
"sha256:01cb7e1ca5e6c5b3f235f0385057f70558b70d2f00320208825fa62887292f43",
"sha256:268067462aed7eb2a1e237fcb287852f22077de3fb07964e87e00f829eea2d1a"
],
"version": "==4.3.16"
"version": "==4.3.17"
},
"jedi": {
"hashes": [

Loading…
Cancel
Save