Skip to content

Commit

Permalink
Add sputnik to travis.yml (#2451)
Browse files Browse the repository at this point in the history
* Add sputnik support
  • Loading branch information
vi4m committed Jun 5, 2016
1 parent 37b9057 commit 77ab172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -51,13 +51,15 @@ install:
- gulp
- make install-test
- pip install coveralls
- pip install pylint
- pip install django==$DJANGO_VERSION

script:
- make coveralls

after_success:
- if [[ $TEST_DB_ENGINE == mysql ]]; then coveralls; fi
- python <(curl -s https://raw.githubusercontent.com/TouK/sputnik-ci/master/sputnik-ci.py)

before_deploy:
- sudo add-apt-repository -y ppa:spotify-jyrki/dh-virtualenv
Expand Down

0 comments on commit 77ab172

Please sign in to comment.