We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d661f2 commit c435fb9Copy full SHA for c435fb9
.travis.yml
@@ -1,19 +1,25 @@
1
language: python
2
-sudo: false
+
3
+python:
4
+ - 3.6
5
+ - 3.7
6
+ - 3.8
7
8
matrix:
9
include:
10
- python: '3.7'
11
env: TOXENV=flake8
- - python: '3.6'
- - python: '3.7'
- - python: '3.8'
12
13
cache:
14
directories:
15
- $HOME/.cache/pip
16
- $TRAVIS_BUILD_DIR/.tox
17
18
install:
-- pip install tox tox-travis coveralls
19
+ - pip install tox tox-travis coveralls
20
21
script:
-- tox
22
+ - tox
23
24
after_success:
-- coveralls
25
+ - coveralls
0 commit comments