mirror of
https://github.com/sprockets/cookiecutter-sprockets.git
synced 2024-11-23 11:19:52 +00:00
Merge pull request #1 from sprockets/fix_travis_typo
Update travis config with typo fix
This commit is contained in:
commit
b4f04dff01
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ install:
|
||||||
- pip install -r dev-requirements.txt
|
- pip install -r dev-requirements.txt
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: nosetests
|
script: nosetests
|
||||||
after_sucess:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
Loading…
Reference in a new issue