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 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. 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