Skip to content

Commit

Permalink
Trying something different with travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfezzie committed Apr 24, 2017
1 parent bdf4ac1 commit d573dee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ install:
before_script:
- redis-server --port 6399 &
- redis-server --port 6400 &
script:
- redis-cli -p 6400 config set requirepass foobared
script: py.test --cov flask_bitmapist --cov-report term-missing --pep8 --flakes
- py.test --cov flask_bitmapist --cov-report term-missing --pep8 --flakes
after_success:
- coveralls
notifications:
Expand Down

0 comments on commit d573dee

Please sign in to comment.