Skip to content

Commit 32bf37a

Browse files
committed
Merge pull request #61 from box/travis-container
Migrate to run test on travis with container based infra
2 parents e5d9717 + 44c5294 commit 32bf37a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: python
23
python: 2.7
34
env:
@@ -16,4 +17,4 @@ install:
1617
script:
1718
- tox -e $TOX_ENV
1819
after_success:
19-
- if [ "-x$TOX_ENV" = "xcoverage" ]; then coveralls; fi
20+
- if [ "-x$TOX_ENV" = "xcoverage" ]; then coveralls; fi

0 commit comments

Comments
 (0)