Skip to content

Commit

Permalink
Migrate to run test on travis with container based infra
Browse files Browse the repository at this point in the history
  • Loading branch information
uvdn7 committed Jul 24, 2015
1 parent e5d9717 commit 44c5294
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
@@ -1,3 +1,4 @@
sudo: false
language: python
python: 2.7
env:
Expand All @@ -16,4 +17,4 @@ install:
script:
- tox -e $TOX_ENV
after_success:
- if [ "-x$TOX_ENV" = "xcoverage" ]; then coveralls; fi
- if [ "-x$TOX_ENV" = "xcoverage" ]; then coveralls; fi

0 comments on commit 44c5294

Please sign in to comment.