Skip to content

Commit 46792b2

Browse files
committed
Merge pull request softlayer#687 from sudorandom/travis-py35
Adds python 3.5 to travis config
2 parents bdb32ba + 8b9e792 commit 46792b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ matrix:
88
env: TOX_ENV=py33
99
- python: "3.4"
1010
env: TOX_ENV=py34
11+
- python: "3.5"
12+
env: TOX_ENV=py35
1113
- python: "pypy"
1214
env: TOX_ENV=pypy
1315
- python: "2.7"
1416
env: TOX_ENV=analysis
1517
- python: "2.7"
1618
env: TOX_ENV=coverage
17-
allow_failures:
18-
- python: "nightly"
19-
env: TOX_ENV=py35
2019
install:
2120
- pip install tox
2221
- pip install coveralls

0 commit comments

Comments
 (0)