Skip to content

Commit d7515dd

Browse files
Merge pull request #164 from CiwPython/next-release
Large refactor ready for version v2.0.0
2 parents 4f677f6 + 421a858 commit d7515dd

177 files changed

Lines changed: 4074 additions & 3862 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: python
22
python:
3-
- 2.7
4-
- 3.4
53
- 3.5
64
- 3.6
7-
- "pypy-5.1"
5+
- "pypy3.5"
86

97
cache:
108
directories:

AUTHORS.rst

Lines changed: 3 additions & 1 deletion

CHANGES.rst

Lines changed: 18 additions & 0 deletions

README.rst

Lines changed: 5 additions & 7 deletions

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ environment:
22
matrix:
33
- PYTHON: "C:\\Python36"
44
- PYTHON: "C:\\Python35"
5-
- PYTHON: "C:\\Python34"
6-
- PYTHON: "C:\\Python27"
75
install:
86
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
97
build: off
87 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)