Commit Graph

27 Commits

Author SHA1 Message Date
mhchia
006002f687
Move interop tests out of tests
It is moved to the top level package `tests_interop`, to avoid circular
dependency, with the dependency moved to `tox`.
2019-09-23 22:00:40 +08:00
mhchia
46c13ee1c0
Fix CI to call the script in the correct path 2019-09-04 16:34:56 +08:00
mhchia
c6d81d70b3
Try 3.7-dev in CI
Use https over ssh when cloning go-libp2p-daemon

To avoid """
Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
"""

Exit if clone fails

Fix daemon url
2019-09-03 22:50:14 +08:00
mhchia
e0399beed8
Fix tar argument 2019-08-28 23:50:46 +08:00
mhchia
15f62dff68
Use go12 in CI 2019-08-28 23:48:25 +08:00
mhchia
b726d7c9da
Add tox and CI for interop 2019-08-28 23:39:33 +08:00
mhchia
a97bac0a02
Remove sudo from .travis.yml 2019-07-24 21:30:23 +08:00
mhchia
529829b9f1
Move codecov to tox.ini 2019-07-24 16:41:19 +08:00
mhchia
e428897cc8
Add the missing tox in CI 2019-07-24 16:11:05 +08:00
mhchia
859ec6e241
Add the missing env for py37-test 2019-07-24 16:09:03 +08:00
mhchia
ae4c135ae1
Change travis CI config 2019-07-24 16:05:33 +08:00
Alex Haynes
3ee75f0ecd updated travis config 2019-04-17 21:03:35 -04:00
ZX
732a15ec93 Bump version to Python 3.7 (#121)
* bump version

* enable 3.7 in travis
2019-02-09 21:40:05 -05:00
Robert Zajac
e47c4e98fa adding requirements_dev.txt 2019-01-10 19:44:24 -05:00
zixuanzh
71a6b868e1 fix merge conflicts 2019-01-10 20:45:03 +08:00
Robert Zajac
714ea929a7 bad travis copy 2019-01-09 20:35:03 -05:00
Robert Zajac
869351a380 upgrading pip, as in #105 2019-01-09 20:32:02 -05:00
Robert Zajac
1dbe490623 fixing linting errors with protocol_muxer and adding to Travis 2019-01-09 20:24:41 -05:00
Alexander Koshkin
597f94ddb2 Pylint --ignore-patterns seems to be broken. 2019-01-09 23:10:36 +03:00
Alexander Koshkin
58743bb373 Unpack bash curly stuff. 2019-01-09 22:34:35 +03:00
Alexander Koshkin
113021eacd Delete trailing whitespace issue, ignore previously untested folders for now. 2019-01-09 22:30:18 +03:00
Alexander Koshkin
3ab741feb4 Upgrade pip, using pytest>=3.6. 2019-01-09 22:13:44 +03:00
Alexander Koshkin
d629a0c85e Fix examples/chat/chat.py. Extract test requirements to .travis.yaml file. 2019-01-09 22:01:46 +03:00
Alexander Koshkin
ce6ddb27a9 Migrate to new project structure. 2019-01-09 21:38:56 +03:00
ZX
8bcffb67cb WIP CI Build Errors (#76)
* ignore TODO and kademlia

* remove unnecessary pass

* fixed swarm warnings

* fixed peerdata_interface warnings

* fixed peer warnings

* fixed rest of linting errors

* trying to fix last error

* fixed dup errors
2018-11-26 18:24:29 -05:00
Alex Haynes
8326f87835
Update .travis.yml 2018-11-26 13:30:05 -05:00
Christophe de Carvalho Pereira Martins
e7029a1b00
enable CI 2018-11-26 19:01:13 +01:00