diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-04 18:16:54 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-04 18:16:54 +0200 |
| commit | 807d2590988070a1aaf6009f31e41bcc6ee37f92 (patch) | |
| tree | becee8875852e9a942e6d53d161d009b69d35706 | |
| parent | e464041756b2a3fba180250043158a82abcf3cd6 (diff) | |
| download | jasper-client-807d2590988070a1aaf6009f31e41bcc6ee37f92.tar.gz jasper-client-807d2590988070a1aaf6009f31e41bcc6ee37f92.zip | |
Fix travis formatting
| -rw-r--r-- | .travis.yml | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index e4f154b..ca19c58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,13 @@ env: - ARCH=x86 - language: python - python: - - 2.7 - + - "2.7" install: - - pip install -r client/requirements.txt - - pip install python-coveralls - - pip install coverage - + - "pip install -r client/requirements.txt" + - "pip install python-coveralls" + - "pip install coverage" script: - - coverage run client/test.py --light - + - "coverage run client/test.py --light" after_success: - - coveralls
\ No newline at end of file + - "coveralls"
\ No newline at end of file |
