Skip to content

Commit 3ff9f3a

Browse files
add(travis ci): added travis ci and related
Co-authored-by: Arthur Assis <arthur120496@gmail.com>
1 parent ef48952 commit 3ff9f3a

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- "3.4"
4+
- "3.5"
5+
- "3.6"
6+
install:
7+
- pip install -r requirements.txt
8+
script:
9+
- pytest
10+
- pycodestyle *.py
11+
notification:
12+
email: false

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ Sometimes we, the developers, go _full-loco_ while programming and make mistakes
1616
Just follow the commands below:
1717

1818
```bash
19-
2019
# make sure you have the dependencies installed in your machine and
2120
# have git ready to use
22-
2321
$ sudo apt install python3-pip git
2422

25-
$ pip3 install pyyaml
23+
$ pip3 install -r requirements.txt
2624

2725
# clone the repo into your home
2826
$ git clone https://github.com/andre-filho/commit-helper.git ~/.commit-helper
@@ -32,7 +30,6 @@ Just follow the commands below:
3230

3331
# reload terminal
3432
$ source ~/.bashrc
35-
3633
```
3734

3835
## Usage and configuration
@@ -84,3 +81,8 @@ Running default script...
8481
| **Name** | **Username** |
8582
| :--------: | :-----: |
8683
| André de Sousa Costa Filho | @andre-filho |
84+
85+
## Our collaborators
86+
| **Name** | **Username** |
87+
| :------: | :----------: |
88+
| Arthur José Benedito de Oliveira Assis | @arthur120496 |

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pyyaml==3.13
2+
pytest==3.8.1
3+
pycodestyle==2.4.0

0 commit comments

Comments
 (0)