Skip to content

Commit 8dc9f73

Browse files
Poetry (#26)
* is to == * Update Travis * set dist * use preview poetry * tweak travis * Remove dist * Remove preview * Update poetry * update poetry * remove versions * update travis * remove install prior to deploy * update travis deploy * fix poetry * reduce required python version * bump version * add older version tests * add more tests
1 parent f8dee16 commit 8dc9f73

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: python
22
python:
3+
- "3.4"
4+
- "3.5"
35
- "3.6"
46
- "3.7"
57
- "3.8"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ requires = ["poetry>=0.11"]
44

55
[tool]
66
[tool.poetry]
7-
authors = ["Sarcoma <[email protected]>"]
7+
name = "rummy"
8+
version = "2.1.1"
89
description = "Console Rummy game"
10+
authors = ["Sarcoma <[email protected]>"]
911
license = "MIT"
10-
name = "rummy"
11-
version = "2.1.0"
1212
[tool.poetry.dependencies]
1313
Pygments = "2.2.0"
1414
ansi-colours = "0.2.6"

0 commit comments

Comments
 (0)