Skip to content

Instantly share code, notes, and snippets.

View niteshpatel's full-sized avatar

Nitesh Patel niteshpatel

  • London, United Kingdom
View GitHub Profile
@niteshpatel
niteshpatel / .travis.yml
Created September 18, 2016 01:48
.travis.yml to build a Django project on Travis CI with Code Climate test coverage
# taken from https://github.com/niteshpatel/habitica-slack/
language: python
python:
- "2.7"
env:
- DJANGO=1.10.1
install: