File tree 2 files changed +8
-30
lines changed
2 files changed +8
-30
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
- before_script :
4
- - git config --global user.name "Teracy" # Configure your git user.name here
5
- -
git config --global user.email "[email protected] " # Configure your git user.email here
6
- -
export REPO_URL_GITHUB="https://[email protected] /$GH_REPO.git"
7
- - . ./.travis/setup.sh # make any change needed for setup.sh
8
- - echo $DEPLOY_HTML_DIR
3
+ python :
4
+ - " 2.7"
5
+ - " 3.4"
9
6
10
- after_script :
11
- - sudo pip install -r docs/requirements.txt --use-mirrors # change this to the right project path
12
- - cd docs
13
- - make setup_gh_pages
14
- - make generate
15
- - make deploy
7
+ install :
8
+ - pip install .
9
+ - pip install -r requirements.txt
16
10
17
- env :
18
- global :
19
- - GH_REPO="teracy-official/sphinx-deployment" # change this to your right project
20
- # configure the right travis-ci secure key, see sphinx-deployment/README for more details
21
- # - secure: im3gWbsEF135C0jKlOIRJUa1tgtsCAaqwGDSpzwe/fnTosqystNE+mhvFfERmy1K4qRg0cbRYGd8L6pP/V7RR3GMqFX4h5wexZeKsCN895S0d7QIWUmw2yJ3+mvk/g+E6q56tORzhKzKVRef5VWkk84EOKrZ/KIeoVpKVAlVR1s=
11
+ script :
12
+ - py.test --host http://lightning-python-test.herokuapp.com
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments