Skip to content

Commit 59ff8a5

Browse files
committed
updated travis in order to attempt solving a python 3.6 issue
1 parent f30a6af commit 59ff8a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ python:
1212
- 2.7
1313
- 3.4
1414
- 3.5
15+
- 3.6
1516
- pypy
1617

1718
# Enable 3.7 and 3.8-dev without globally enabling sudo and dist: xenial for other build jobs
1819
matrix:
1920
include:
20-
- python: 3.6
21-
env: ENV=py36
22-
before_install:
23-
- pyenv global 3.6
2421
- python: 3.7
2522
dist: xenial
2623
sudo: true

0 commit comments

Comments
 (0)