From 13b7047c2f55f0be95b3a32fbc2d11bfad034c3f Mon Sep 17 00:00:00 2001 From: linux Date: Tue, 16 Nov 2021 11:08:45 -0300 Subject: [PATCH 1/3] Testando --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 34bff201c..04cd49a34 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Python.pro.br +Copyright (c) 2014 Python.pro.br Testando Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From e01394d560109040df6414bc535e00e1835deed1 Mon Sep 17 00:00:00 2001 From: linux Date: Fri, 19 Nov 2021 21:23:09 -0300 Subject: [PATCH 2/3] Suporta python 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78b9e1abb..d50221165 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Python Birds =========== +Suporta python 3 Essa versão é a mais simples. Ela não contém replay nem reset, de forma que o jogo não pode retroceder. From c8604c0efb9455e9d911ff42b3b9d136782db115 Mon Sep 17 00:00:00 2001 From: linux Date: Tue, 23 Nov 2021 20:03:32 -0300 Subject: [PATCH 3/3] Configurado Travis-CI --- travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 travis.yml diff --git a/travis.yml b/travis.yml new file mode 100644 index 000000000..b580899c8 --- /dev/null +++ b/travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - 3.8.10 +install: + - pip install - r requeriments-dev.txt + - script: + - flake8 \ No newline at end of file