File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
3
- " 2.7"
4
- - " 3.2"
5
- - " 3.3"
6
4
- " 3.4"
7
5
- " 3.5"
8
6
- " 3.6"
7
+ - " pypy"
8
+ - " pypy3"
9
9
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
10
10
matrix :
11
11
include :
12
12
- python : 3.7
13
13
dist : xenial
14
14
sudo : true
15
15
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
22
20
script : coverage run setup.py test
23
21
after_success :
24
22
- coveralls
You can’t perform that action at this time.
0 commit comments