We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc8aed commit 3dd632aCopy full SHA for 3dd632a
.travis.yml
@@ -1,6 +1,7 @@
1
language: python
2
jobs:
3
include:
4
+ - stage: "Tests"
5
- name: "Linux Python 3.6"
6
python: '3.6'
7
- name: "Linux Python 3.7"
@@ -27,11 +28,11 @@ install:
27
28
- python -m pip install --upgrade pytest
29
script: python -m pytest tests/unit_tests.py
30
-deploy:
31
- provider: pypi
32
- user: "__token__"
33
- password: $pypitoken
34
- edge: true
35
- on:
36
- branch: master
37
- python: '3.7'
+- stage: "Deploy"
+ deploy:
+ provider: pypi
+ user: "__token__"
+ password: $pypitoken
+ edge: true
+ on:
38
+ branch: master
0 commit comments