Skip to content

Commit bdf294d

Browse files
committed
try: travis fixes
1 parent f288dd0 commit bdf294d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@ before_install:
2222
- source ~/virtualenv/this/bin/activate
2323
- pip install https://github.com/RDFLib/rdflib/archive/master.zip
2424
- pip install https://github.com/satra/prov/archive/enh/rdf.zip
25-
install: python setup.py build_ext --inplace
26-
script: make test
25+
install:
26+
- source ~/virtualenv/this/bin/activate
27+
- python setup.py build_ext --inplace
28+
script:
29+
- source ~/virtualenv/this/bin/activate
30+
- make test
31+

0 commit comments

Comments
 (0)