Skip to content

Commit

Permalink
Removed python 3.2 from tests because it's incompatible with Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Perrin committed Jan 8, 2016
1 parent 45ec4b9 commit f3f844d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- '3.2'
- '3.3'
- '3.4'
- '3.5'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def readme():
long_description=readme(),
test_suite='tests',
setup_requires=['setuptools-git-version', 'babel'],
install_requires=['pymysql', 'click', 'babel'],
install_requires=['pymysql', 'click'],
entry_points={
'console_scripts': [
'myuseradd=pammysqltools.scripts:useradd',
Expand Down

0 comments on commit f3f844d

Please sign in to comment.