Skip to content

Commit 2a6ec1c

Browse files
committed
Updating travis scripts
1 parent 3bb0ed0 commit 2a6ec1c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.ci/copy_pypi_2_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def copy_pypi_2_github(g, repo_name, github_username, *, release_message='', pyp
135135

136136
github_username = "domdfcoding"
137137

138-
copy_pypi_2_github(g, "domdf_python_tools", "", pypi_name="domdf_python_tools")
138+
copy_pypi_2_github(g, "domdf_python_tools", "domdfcoding", pypi_name="domdf_python_tools")
139139

140140
rate = g.get_rate_limit()
141141
used_requests = remaining_requests - rate.core.remaining

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ python:
1111
install:
1212
- sudo apt-get update
1313

14-
- pip install rst2txt yolk3k
15-
- pip install PyGithub requests
14+
- pip install pip --upgrade
1615
- pip install coveralls tox tox-travis
17-
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
18-
- bash miniconda.sh -b -p $HOME/miniconda
19-
- chmod +x .ci/travis_deploy_conda.sh
2016

2117
script:
2218
- tox
@@ -46,6 +42,12 @@ jobs:
4642
skip_existing: true
4743
- stage: deploy_conda
4844
python: "3.6"
45+
install:
46+
- sudo apt-get update
47+
- pip install rst2txt yolk3k
48+
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
49+
- bash miniconda.sh -b -p $HOME/miniconda
50+
- chmod +x .ci/travis_deploy_conda.sh
4951
script: skip
5052
deploy:
5153
on:
@@ -55,6 +57,8 @@ jobs:
5557

5658
- stage: deploy_releases
5759
python: "3.6"
60+
install:
61+
- pip install PyGithub requests
5862
script: skip
5963
deploy:
6064
on:

0 commit comments

Comments
 (0)