File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ dist : xenial # required for Python >= 3.7
12language : python
23env :
34 - REQUIREMENTS=true
45 - REQUIREMENTS=false
56python :
67 - " 2.7"
7- - " 3.3"
88 - " 3.4"
99 - " 3.5"
1010 - " 3.6"
11- - " pypy-5.4"
11+ - " 3.7"
12+ # PyPy versions
13+ - " pypy3.5"
1214# command to install dependencies
1315install :
1416 - if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
15- - pip install coveralls pytest pytest-cov coverage codecov
17+ - pip install -U coveralls pytest pytest-cov coverage codecov
1618 - pip install -e .
17- - if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy-5.4 ' ]] ; then pip install regex; fi
19+ - if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy3.5 ' ]] ; then pip install regex; fi
1820# command to run tests
1921script : py.test
20- sudo : false
2122after_success :
2223 - coveralls
2324 - codecov
Original file line number Diff line number Diff line change 11html5lib >= 1.0b10
2- Pillow == 3.0.0
2+ Pillow
33regex
You can’t perform that action at this time.
0 commit comments