Skip to content

Commit 1a80836

Browse files
authored
Update .travis.yml
1 parent 5d6f1a2 commit 1a80836

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
language: python
22
python:
33
- 2.7
4-
- 3.0
54
- 3.5
65
- 3.6
76
- 3.7
87
- 3.8
8+
- pypy3
99

10-
before_script:
11-
- composer install --no-interaction
12-
10+
install: pip install tox-travis
1311
script:
14-
- vendor/bin/python
12+
tox

0 commit comments

Comments
 (0)