Movatterモバイル変換


[0]ホーム

URL:


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

Commite70370f

Browse files
committed
Fix .travis.yml
1 parent4fb081f commite70370f

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

‎.travis.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
language:python
22
python:
3-
-2.6
4-
-2.7
5-
-3.2
6-
-3.3
7-
-pypy
8-
##command to run tests, e.g. python setup.py test
3+
-2.6
4+
-2.7
5+
-3.2
6+
-3.3
7+
-pypy
8+
# command to run tests, e.g. python setup.py test
99
before_script:
10-
-pip install -r dev-requirements.txt
11-
-pip install -U requests=="$REQUESTS_VERSION"
10+
-pip install -r dev-requirements.txt
11+
-pip install -U requests"$REQUESTS_VERSION"
12+
13+
# test script
1214
script:make travis
1315
notifications:
1416
on_success:change
1517
on_failure:always
1618

17-
branches:
18-
except:
19-
-uricore
20-
2119
env:
2220
global:
23-
TRAVIS_GH3="True"
21+
-TRAVIS_GH3="True"
2422
matrix:
25-
REQUESTS_VERSION="2.0.1"
26-
REQUESTS_VERSION=""# Latest
23+
-REQUESTS_VERSION="==2.0.1"
24+
-REQUESTS_VERSION=""# Latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp