Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Feb 20, 2014
1 parent 53d2995 commit 85b8eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -14,8 +14,8 @@ branches:
- test

script:
- doit
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then doit coverage; fi
- doit
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then doit coverage; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coveralls; fi

notifications:
Expand Down

0 comments on commit 85b8eeb

Please sign in to comment.