Skip to content

Commit 569a56c

Browse files
committed
wrong letter in travis script
1 parent 13b50d3 commit 569a56c

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
@@ -14,7 +14,7 @@ install:
1414
- travis_retry pip install flake8 tox pytest
1515

1616
script:
17-
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .')
17+
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
1818

1919
after_success:
2020
- coveralls

0 commit comments

Comments
 (0)