8000 Update .travis.yml · OneBlue/pythonnet@aae8166 · GitHub
[go: up one dir, main page]

Skip to content

Commit aae8166

Browse files
author
denfromufa
authored
Update .travis.yml
1 parent 659383b commit aae8166

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,19 @@ sudo: required
1818
matrix:
1919
include:
2020
- os: linux
21-
#sudo: required
21+
language: python
2222
python: 2.7
2323
env: TOXENV=py27
2424
- os: linux
25+
language: python
2526
python: 3.3
2627
env: TOXENV=py33
2728
- os: linux
29+
language: python
2830
python: 3.4
2931
env: TOXENV=py34
3032
- os: linux
33+
language: python
3134
python: 3.5
3235
env: TOXENV=py35
3336
- os: osx

0 commit comments

Comments
 (0)
0