Skip to content

Commit 9e72664

Browse files
committed
Attempt to fix #110, using Travis feedback
1 parent 0783b50 commit 9e72664

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: .travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# http://travis-ci.org/RDFLib/sparqlwrapper
22

3+
branches:
4+
except:
5+
- gh-pages
6+
37
sudo: false
48

59
language: python
@@ -8,12 +12,15 @@ python:
812
- 2.7
913
- 3.4
1014
- 3.5
11-
- 3.6
1215
- pypy
1316

1417
# Enable 3.7 and 3.8-dev without globally enabling sudo and dist: xenial for other build jobs
1518
matrix:
1619
include:
20+
- python: 3.6
21+
env: ENV=py36
22+
before_install:
23+
- pyenv global 3.6
1724
- python: 3.7
1825
dist: xenial
1926
sudo: true

0 commit comments

Comments
 (0)