Skip to content

Commit 1d511c1

Browse files
committed
Restore travis
1 parent 11da3a9 commit 1d511c1

File tree

2 files changed

+8
-30
lines changed

2 files changed

+8
-30
lines changed

.travis.yml

+8-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
language: python
22

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"
96

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
1610

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

.travis/setup.sh

-13
This file was deleted.

0 commit comments

Comments
 (0)