Skip to content

Commit d53e657

Browse files
committed
Reformat .travis.yml with travis commandline tool
1 parent 7854cd7 commit d53e657

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

.travis.yml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
language: python
22
python:
3-
- "2.6"
4-
- "2.7"
5-
- "3.3"
6-
- "3.4"
7-
- "3.5"
8-
- "3.6"
9-
- "3.6-dev"
10-
- "3.7-dev"
11-
- "nightly"
12-
- "pypy"
13-
- "pypy3"
14-
3+
- '2.6'
4+
- '2.7'
5+
- '3.3'
6+
- '3.4'
7+
- '3.5'
8+
- '3.6'
9+
- 3.6-dev
10+
- 3.7-dev
11+
- nightly
12+
- pypy
13+
- pypy3
1514
install:
16-
- travis_retry pip install coveralls
17-
15+
- travis_retry pip install coveralls
1816
script:
19-
- coverage run --source=jsonpointer tests.py
20-
17+
- coverage run --source=jsonpointer tests.py
2118
after_script:
22-
- coveralls
23-
19+
- coveralls
2420
sudo: false

0 commit comments

Comments
 (0)