Skip to content

Instantly share code, notes, and snippets.

View akai-tsuki's full-sized avatar

akai-tsuki akai-tsuki

  • Japan
View GitHub Profile
@akai-tsuki
akai-tsuki / .codeclimate.yml
Created May 5, 2016 04:15
sample .codeclimate.yml
engines:
pep8:
enabled: true
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
@akai-tsuki
akai-tsuki / .travis.yml
Created May 5, 2016 03:51
sample .travis.yml
language: python
python:
- "2.7"
install:
- pip install -r test-requirements.txt
- pip install coveralls
- pip install codeclimate-test-reporter
script:
- python --version
- python -m unittest discover -v
@akai-tsuki
akai-tsuki / gist:7618026
Last active December 29, 2015 04:58
Sample CSS
@CHARSET "UTF-8";
html, body {
height : 100%;
margin : 0px;
padding : 0px;
}