Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b801782

Browse files
Added travis config
1 parent f747a6a commit b801782

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

‎.travis.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# this file is *not* meant to cover or endorse the use of travis, but rather to
2-
# help confirm pull requests to this project.
3-
41
language: python
5-
6-
env:
7-
- TOXENV=py27
8-
- TOXENV=py33
9-
- TOXENV=py34
10-
11-
install: pip install tox
12-
13-
script: tox
14-
2+
python:
3+
- 2.7
4+
- 3.5
155
notifications:
166
email: false
7+
before_install:
8+
- sudo apt-get update
9+
install:
10+
- pip install tox-travis
11+
# Run test
12+
script:
13+
- tox
14+
# only integrate the master branch
15+
branches:
16+
only:
17+
- master

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /