Skip to content

Commit c7a77ce

Browse files
committed
update travis
1 parent 9246789 commit c7a77ce

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
@@ -9,6 +9,6 @@ install:
99
- pip install coveralls coverage
1010
script:
1111
- python setup.py install
12-
- coverage run --source flask-rest-jsonapi -m pytest -v
12+
- coverage run --source flask_rest_jsonapi -m pytest -v
1313
after_success:
1414
- coveralls

0 commit comments

Comments
 (0)