Skip to content

Commit

Permalink
Updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
arunchaganty committed Jun 10, 2017
1 parent 18be2e7 commit f771aa8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: required
dist: trusty
language: python
python:
- 2.7
Expand All @@ -9,9 +7,10 @@ notifications:
before_install:
- sudo apt-get update
install:
sudo apt-get install python-pip python-tox
- pip install tox-travis
# Run test
script: tox
script:
- tox
# only integrate the master branch
branches:
only:
Expand Down

0 comments on commit f771aa8

Please sign in to comment.