Skip to content

Commit

Permalink
edited project categorization
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Sep 9, 2013
1 parent 7188115 commit 038be10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ python:
install:
- pip install . --use-mirrors
- pip install -r test_requirements.txt --use-mirrors
# command to run tests
script: nosetests
# only notify when status changes from success to failure
notifications:
email:
recipients:
- code@ramiro.org
on_failure: change
# command to run tests
script: nosetests
on_failure: change
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP :: Site Management'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 038be10

Please sign in to comment.