Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Feb 5, 2016
1 parent 00216ed commit 612171d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -18,16 +18,15 @@ install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
- python setup.py install
- coverage run --source="storjterms" -m storjterms.api startserver --hostname="127.0.0.1" --port=7000 < /dev/null &>/dev/null &
- python -m storjterms.api startserver --hostname="127.0.0.1" --port=7000 < /dev/null &>/dev/null &


script:
- pep8 storjterms
- pep8 tests
- bash -c "source <(curl -s https://raw.githubusercontent.com/Storj/storjspec/master/test_storjterms_compatibility.sh)"
- travis_wait python setup.py test
#- travis_wait coverage run --source="storjterms" setup.py test
- coverage report
- travis_wait coverage run --source="storjterms" setup.py test
- coverage report --fail-under=80

after_success:
- coveralls
Expand Down

0 comments on commit 612171d

Please sign in to comment.