Skip to content

Commit 8e9cbfa

Browse files
Add tags
1 parent 3dd632a commit 8e9cbfa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: python
2+
cache:
3+
pip: true
24
jobs:
35
include:
4-
- stage: "Tests"
56
- name: "Linux Python 3.6"
67
python: '3.6'
78
- name: "Linux Python 3.7"
@@ -27,12 +28,11 @@ install:
2728
- python -m pip install -r requirements-nogpu.txt
2829
- python -m pip install --upgrade pytest
2930
script: python -m pytest tests/unit_tests.py
30-
31-
- stage: "Deploy"
32-
deploy:
33-
provider: pypi
34-
user: "__token__"
35-
password: $pypitoken
36-
edge: true
37-
on:
38-
branch: master
31+
deploy:
32+
provider: pypi
33+
user: "__token__"
34+
password: $pypitoken
35+
edge: true
36+
on:
37+
branch: master
38+
tags: true

0 commit comments

Comments
 (0)