Skip to content

Commit cd7e799

Browse files
committed
Tests for Python 3.5 & 3.6
1 parent 7810d38 commit cd7e799

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sudo: false
55
env:
66
- TOX_ENV=py27
77
- TOX_ENV=py34
8+
- TOX_ENV=py35
9+
- TOX_ENV=py36
810

911
matrix:
1012
fast_finish: true

pypiup/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def cli(requirement, demo):
2121
print(" \ \_\ \/\_____\ \ \_\ \ \_\ \ \_____\ \ \_\ ")
2222
print(" \/_/ \/_____/ \/_/ \/_/ \/_____/ \/_/ ")
2323
print("\n PyPIup")
24-
print(" https://github.com/ekonstantinidis/pypiup")
24+
print(" https://github.com/manosim/pypiup")
2525

2626
if demo:
2727
demo_path = os.path.join(BASE_DIR, 'requirements/requirements-demo.txt')

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py34
2+
envlist = py27,py34,py35,py36
33

44
[testenv]
55
setenv =

0 commit comments

Comments
 (0)