This commit is contained in:
Thomas Sileo 2018-05-30 23:35:02 +02:00
parent dc1260f564
commit 0932b98a44

View file

@ -25,6 +25,8 @@ script:
# Integration tests first
- python -m pytest -v --ignore data -k integration
# Federation tests (with two local instances)
- curl http://localhost:5006
- curl http://localhost:5007
- pwd
- ls -lR .
- python -m pytest -v -s --ignore data -k federation