Skip to content

Commit 327d782

Browse files
Merge pull request #44 from barbosa/patch-1
Adicionando Loadsmart
2 parents dd30599 + c1935cb commit 327d782

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ __pycache__/
99
# Distribution / packaging
1010
.Python
1111
env/
12+
venv/
1213
build/
1314
develop-eggs/
1415
dist/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python: 2.7
33

44
install:
5-
- pip install -U mkdocs==0.15.3 flake8
5+
- pip install -U -r requirements.txt
66

77
script: mkdocs build
88
deploy:

docs/empresas.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44

55
Empresa | Site | Contato
66
--- | --- | ---
7+
Agrosatelite | [http://agrosatelite.com.br ](http://agrosatelite.com.br) | agrosatelite@agrosatelite.com.br
78
Axado | [http://www.axado.com.br](http://www.axado.com.br) | +55 48 3047 4704
89
Byne | [http://www.byne.com.br](http://www.byne.com.br) | byne@byne.com.br
910
Cheesecake Labs | [https://www.ckl.io/](https://www.ckl.io/) | +55 (48) 3206-5246
1011
Cianet | [http://www.cianet.ind.br/](http://www.cianet.ind.br/) | +55 48 2106 0101
1112
D2 Sistemas de Implantar | [http://cd2.com.br ](http://cd2.com.br) |
1213
ESSS | [http://esss.com.br/](http://esss.com.br/) | kern@esss.com.br bruno@esss.com.br tadeu@esss.com.br
1314
eCentry | [http://ecentry.com ](http://ecentry.com) | +55 48 3031 6200
15+
Loadsmart | [https://loadsmart.com](https://loadsmart.com) | laura.boechat@loadsmart.com
1416
M2Agro | [http://m2agro.com.br ](http://m2agro.com.br) | marcelo.melo@m2agro.com.br
1517
Myreks | [http://www.myreks.com](http://www.myreks.com) | career@myreks.com
1618
Neoprospecta | [http://www.neoprospecta.com.br/ ](http://www.neoprospecta.com.br/) |
1719
Smarket Solutions | [http://smarketsolutions.com.br/ ](http://smarketsolutions.com.br/) |
1820
TrustCode | [http://trustcode.com.br/ ](http://trustcode.com.br/) | administrador@trustcode.com.br
19-
Agrosatelite | [http://agrosatelite.com.br ](http://agrosatelite.com.br) | agrosatelite@agrosatelite.com.br
21+
2022

2123
### Usam Python de maneira parcial
2224

0 commit comments

Comments
 (0)