diff --git a/.travis.yml b/.travis.yml index 575f7e4..e190952 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ before_script: script: - pip install -e . - - py.test --cov ./MySQLdb + - pytest --cov ./MySQLdb after_succes: - codecov diff --git a/tests/test_cursor.py b/tests/test_cursor.py index 535afec..7919b56 100644 --- a/tests/test_cursor.py +++ b/tests/test_cursor.py @@ -1,4 +1,4 @@ -import py.test +import pytest import MySQLdb.cursors from configdb import connection_factory