Skip to content

Commit 7db332e

Browse files
travis: Add python 3.7 and upgrade deploy stage
Signed-off-by: Himanshu Sahdev aka CunningLearner <sahdev.himan@gmail.com>
1 parent a77f828 commit 7db332e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ jobs:
1515
- python: 3.6
1616
env: TOXENV=py36
1717
name: "Python 3.6"
18+
- python: 3.7
19+
env: TOXENV=py37
20+
name: "Python 3.7"
1821
- stage: deploy
19-
python: 3.6
22+
python: 3.7
2023
name: "Upload dev version to PyPi"
2124
script: ./.push-to-pypi.sh
2225

0 commit comments

Comments
 (0)