Skip to content

Commit 04e1af7

Browse files
committed
Fix travis
1 parent 59e0890 commit 04e1af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.yml renamed to .travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ python:
1414
# command to install dependencies
1515
install: "pip install -r requirements.dev.txt"
1616
# command to run tests
17-
script: nosetests -v --with-coverage --cover-erase --wover-package=wunderclient
17+
script: nosetests -v --with-coverage --cover-erase --cover-package=wunderclient

0 commit comments

Comments
 (0)