Skip to content

Commit

Permalink
Fixes for .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Perrin committed Jan 8, 2016
1 parent 857203b commit 45ec4b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ python:
- '3.5-dev'
- 'nightly'

service: mysql
services: mysql

before_script: mysql -e 'CREATE DATABASE IF NOT EXISTS auth_test;'

script: python3 setup.py test

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():
description='A set of tools to manage users from pam_mysql',
author='Christopher Perrin',
author_email='[email protected]',
url='https://gitlab.uni-trier.de/sad-team/PAMMySQL-Tools',
url='https://github.com/cperrin88/PAMMySQLTools',
license='MIT',
packages=find_packages(),
long_description=readme(),
Expand Down

0 comments on commit 45ec4b9

Please sign in to comment.