8000 Fix typo in name of .travis.yml · j3hyde/python-jsonpath-rw@9d62d06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d62d06

Browse files
committed
Fix typo in name of .travis.yml
1 parent 95605d2 commit 9d62d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travel.yml renamed to .travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ python:
44
install:
55
- "pip install . --use-mirrors"
66
- "pip install pytest --use-mirrors"
7-
script: "py.test"
7+
script: py.test

0 commit comments

Comments
 (0)
0