8000 Fixed travis build · luanli22/python-jsonpath-rw@0a11e44 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a11e44

Browse files
author
Alexander Iljushkin
committed
Fixed travis build
1 parent f615451 commit 0a11e44

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.travis.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
5-
- "3.3"
64
- "3.4"
75
- "3.5"
86
- "3.6"
7+
- "pypy"
8+
- "pypy3"
99
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
1010
matrix:
1111
include:
1212
- python: 3.7
1313
dist: xenial
1414
sudo: true
1515
install:
16-
- "pip install ."
17-
- "pip install pytest"
18-
- "pip install coveralls"
19-
# Coveralls 4.0 doesn't support Python 3.2
20-
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then pip install coverage==3.7.1; fi
21-
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then pip install coverage; fi
16+
- pip install .
17+
- pip install pytest
18+
- pip install coveralls
19+
- pip install coverage
2220
script: coverage run setup.py test
2321
after_success:
2422
- coveralls

0 commit comments

Comments
 (0)
0