Skip to content

Commit 7578020

Browse files
committed
updated Travis settings file
1 parent d971eab commit 7578020

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,17 @@ matrix:
66
include:
77
- python: 2.7
88
env: TOX_ENV=py27
9-
- python: 2.7
10-
env: TOX_ENV=py33
119
- python: 2.7
1210
env: TOX_ENV=py34
1311
- python: 3.5
1412
env: TOX_ENV=py35
1513
- python: 3.6
1614
env: TOX_ENV=py36
17-
- python: pypy
18-
env: TOX_ENV=pypy
19-
- python: pypy3
20-
env: TOX_ENV=pypy3
2115

2216
script: tox -e $TOX_ENV
2317

2418
install:
2519
- pip install tox
2620

2721
notifications:
28-
email: false
22+
email: false

0 commit comments

Comments
 (0)