Skip to content

Instantly share code, notes, and snippets.

View doaa-altarawy's full-sized avatar
🎯
Focusing

Doaa Altarawy doaa-altarawy

🎯
Focusing
View GitHub Profile
@doaa-altarawy
doaa-altarawy / setup.py
Created July 8, 2018 01:13
setup file sample
import setuptools
if __name__ == "__main__":
setuptools.setup(
name='RTP_python_template',
version="0.3.0",
description='A starting template for Python programs',
author='Doaa Altarawy',
author_email='daltarawy@vt.edu',
url="https://github.com/doaa-altarawy/RTP_python_template",
@doaa-altarawy
doaa-altarawy / .travis.yml
Created June 29, 2018 21:29
Example TravisCI yaml configuration file
language: python
# turn off sudo
sudo: false
# python versions to be tested
matrix:
include:
- python: 2.7
- python: 3.5
@doaa-altarawy
doaa-altarawy / .codecov.yml
Last active March 19, 2024 08:00
Codecov yml configuration example
# For more configuration details:
# https://docs.codecov.io/docs/codecov-yaml
# Check if this file is valid by running in bash:
# curl -X POST --data-binary @.codecov.yml https://codecov.io/validate
# Coverage configuration
# ----------------------
coverage:
status: