Skip to content

Commit a2da9ae

Browse files
committed
chore: add pyversions to Travis CI
1 parent a2f9360 commit a2da9ae

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
language: python
2+
sudo: false
3+
python:
4+
- 2.7
5+
- 3.5
6+
- 3.6
7+
- 3.7
8+
# - 3.8
29
cache: pip
3-
dist: xenial
410

511
install:
6-
- pip install tox tox-travis
12+
- pip install tox-travis
713

814
script:
915
- tox

0 commit comments

Comments
 (0)