Skip to content

Commit ae15a3b

Browse files
committed
Reformat .travis.yml
1 parent 66c2e50 commit ae15a3b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.3"
5-
- "3.4"
6-
- "3.5"
7-
- "3.6"
8-
- "pypy"
9-
- "pypy3"
10-
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
1114
install:
12-
- travis_retry pip install -r requirements.txt
13-
- travis_retry pip install coveralls
14-
15+
- travis_retry pip install -r requirements.txt
16+
- travis_retry pip install coveralls
1517
script:
16-
- coverage run --source=jsonpatch tests.py
17-
18+
- coverage run --source=jsonpointer tests.py
1819
after_script:
19-
- coveralls
20-
20+
- coveralls
2121
sudo: false

0 commit comments

Comments
 (0)