Skip to content

Commit

Permalink
Make Travis CI happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed May 1, 2014
1 parent 805c496 commit a0e6369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.2"
- "3.3"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install argparse unittest2; fi
- pip install -r requirements.txt
script: python tests.py
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install -e .
- pip install -r requirements-dev.txt
script: nosetests -v
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"argparse" if sys.version_info[:2] < (2, 7) else None,
"six",
])),
test_requires=[
"mock"
],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit a0e6369

Please sign in to comment.