Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 1fcb379

Browse files
committed
Fix travis config linebreak
1 parent 4bad915 commit 1fcb379

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ install:
77
- pip install -Ur requirements.txt
88
- pip install -Ur dev_requirements.txt
99
script:
10-
- coverage run --source ethereum -m py.test --ignore ethereum/tests/test_vm.py --ignore
11-
ethereum/tests/test_state.py
10+
- coverage run --source ethereum -m py.test --ignore ethereum/tests/test_vm.py --ignore ethereum/tests/test_state.py
1211
- coverage run --append --source ethereum -m py.test ethereum/tests/test_vm.py
1312
- coverage run --append --source ethereum -m py.test ethereum/tests/test_state.py
1413
after_success:

0 commit comments

Comments
 (0)