Skip to content

Commit

Permalink
Fix qa extras
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Mar 4, 2017
1 parent ab9820f commit 227cd19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
before_script:
- docker-compose up -d
script:
- inv cover
- inv cover qa
after_success:
- coveralls --rcfile=coverage.rc

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def pip(filename):
all_require = s3_require + swift_require + gridfs_require
tests_require = pip('test.pip') + all_require
doc_require = pip('doc.pip')
qa_require = pip('qa.pip')
dev_require = tests_require + ['invoke', 'tox', 'sphinx', 'alabaster']

setup(
Expand All @@ -62,6 +63,7 @@ def pip(filename):
'gridfs': gridfs_require,
'all': all_require,
'test': tests_require,
'qa': tests_require,
'dev': dev_require,
},
license='MIT',
Expand Down

0 comments on commit 227cd19

Please sign in to comment.