|
|
@@ -17,8 +17,7 @@ before_install:
|
|
|
- python --version
|
|
|
install:
|
|
|
- pip install -r requirements.txt
|
|
|
- - pip install -U codecov
|
|
|
- - pip install -U pytest-cov
|
|
|
+ - pip install -r tests/requirements.txt
|
|
|
script:
|
|
|
# Creating the applicative database
|
|
|
- sudo mariadb -e "CREATE DATABASE $DB_NAME; CREATE USER IF NOT EXISTS '$DB_USER'@'localhost' IDENTIFIED BY '$DB_PASSWORD'; GRANT ALL PRIVILEGES ON $DB_NAME.* TO '$DB_USER'@'localhost'; FLUSH PRIVILEGES;"
|