We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f288dd0 commit bdf294dCopy full SHA for bdf294d
.travis.yml
@@ -22,5 +22,10 @@ before_install:
22
- source ~/virtualenv/this/bin/activate
23
- pip install https://github.com/RDFLib/rdflib/archive/master.zip
24
- pip install https://github.com/satra/prov/archive/enh/rdf.zip
25
-install: python setup.py build_ext --inplace
26
-script: make test
+install:
+ - source ~/virtualenv/this/bin/activate
27
+ - python setup.py build_ext --inplace
28
+script:
29
30
+ - make test
31
+
0 commit comments