We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0783b50 commit 9e72664Copy full SHA for 9e72664
.travis.yml
@@ -1,5 +1,9 @@
1
# http://travis-ci.org/RDFLib/sparqlwrapper
2
3
+branches:
4
+ except:
5
+ - gh-pages
6
+
7
sudo: false
8
9
language: python
@@ -8,12 +12,15 @@ python:
12
- 2.7
13
- 3.4
10
14
- 3.5
11
- - 3.6
15
- pypy
16
17
# Enable 3.7 and 3.8-dev without globally enabling sudo and dist: xenial for other build jobs
18
matrix:
19
include:
20
+ - python: 3.6
21
+ env: ENV=py36
22
+ before_install:
23
+ - pyenv global 3.6
24
- python: 3.7
25
dist: xenial
26
sudo: true
0 commit comments