Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 23, 2019
1 parent 2411679 commit 07f05fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ notifications:
- "%{repository_slug}#%{build_number} %{message} --> %{build_url}"
skip_join: true
before_install:
- pip install travis
- git clone -b master https://github.com/proycon/foliapy
- cd foliapy
- python setup.py install
- pip install .
- cd ..
install:
- python setup.py install
- pip install .
script:
- cd test && bash test.sh

0 comments on commit 07f05fe

Please sign in to comment.