Skip to content

Commit 44667f2

Browse files
committed
updated Travis testing with Python 3.6 tests, removed pypy testing
1 parent 49a5f66 commit 44667f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
sudo: false
44
language: python
5-
python: 3.5
5+
python: 3.6
66
env:
77
- TOX_ENV=py27
88
- TOX_ENV=py33
99
- TOX_ENV=py34
1010
- TOX_ENV=py35
11-
- TOX_ENV=pypy
12-
- TOX_ENV=pypy3
11+
- TOX_ENV=py36
1312

1413
script: tox -e $TOX_ENV
1514

0 commit comments

Comments
 (0)