Simplify CI

This commit is contained in:
Thomas Sileo 2019-04-11 23:17:41 +02:00
parent 5a6288f0a6
commit 52d2a50760

View file

@ -30,7 +30,7 @@ steps:
- docker-compose -p instance2 -f docker-compose-tests.yml ps - docker-compose -p instance2 -f docker-compose-tests.yml ps
- sleep 5 - sleep 5
# Integration tests first # Integration tests first
- python -m pytest -v --ignore data -k integration # - python -m pytest -v --ignore data -k integration
# Federation tests (with two local instances) # Federation tests (with two local instances)
- python -m pytest -v -s --ignore data -k federatio - python -m pytest -v -s --ignore data -k federatio