Skip to content

Commit 16bb467

Browse files
committed
Use the new build env on Travis
1 parent fc60927 commit 16bb467

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,5 +1,6 @@
11
language: python
22
python: 2.7
3+
sudo: false
34
env:
45
- TOX_ENV=py26
56
- TOX_ENV=py27
@@ -8,4 +9,4 @@ env:
89
install:
910
- pip install tox
1011
script:
11-
- tox -e $TOX_ENV
12+
- tox -e $TOX_ENV

0 commit comments

Comments
 (0)