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

Commit cdf3054

Browse files
committed
remove quotes
1 parent c6027f7 commit cdf3054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919
- travis_retry pip install tox
2020
- travis_retry pip install coverage
2121
script:
22-
- if [ -d ".tox/$TOX_ENV/" ]; then cd ".tox/$TOX_ENV" && coverage erase"; fi;
22+
- if [ -d .tox/$TOX_ENV/ ]; then cd .tox/$TOX_ENV && coverage erase"; fi;
2323
- tox -e $TOX_ENV -- --ignore ethereum/tests/test_vm.py --ignore ethereum/tests/test_state.py
2424
- tox -e $TOX_ENV -- ethereum/tests/test_vm.py
2525
- tox -e $TOX_ENV -- ethereum/tests/test_state.py

0 commit comments

Comments
 (0)