Skip to content

Commit

Permalink
Cleanup makefile, chip away at coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgross committed May 19, 2014
1 parent 1400b49 commit c96dc27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -6,7 +6,6 @@ services:
- elasticsearch
install: "pip install -r development.txt --use-mirrors"
script:
- make unit
- make functional
- make
after_success:
- coveralls
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -9,17 +9,14 @@ PACKAGE=pyeqs
CUSTOM_PIP_INDEX=pypi
# </variables>

all: unit functional integration
all: unit functional

unit:
@make run_test suite=unit

functional:
@make run_test suite=functional

integration:
@make run_test suite=integration

prepare: clean install_deps

run_test:
Expand Down
2 changes: 1 addition & 1 deletion development.txt
Expand Up @@ -5,5 +5,5 @@ nose==1.3.1
sure==1.2.2
mock==1.0.1
tox==1.4.3
https://github.com/spulec/python-coveralls/tarball/796d9dba34b759664e42ba39e6414209a0f319ad
python-coveralls
pep8

0 comments on commit c96dc27

Please sign in to comment.