diff --git a/.travis.yml b/.travis.yml index e9a9a9be..70948b69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: install: - pip install -q -r requirements-dev.txt - flake8 - - pytest Libpythonpro \ No newline at end of file + - pytest Libpythonpro Carlos \ No newline at end of file diff --git a/Libpythonpro/tests/test_exemplo.py b/Libpythonpro/tests/test_exemplo.py index 41c6a276..470a3111 100644 --- a/Libpythonpro/tests/test_exemplo.py +++ b/Libpythonpro/tests/test_exemplo.py @@ -1,2 +1,2 @@ def test_int(): - assert 1 == 0 \ No newline at end of file + assert 1 == 1 \ No newline at end of file