Skip to content

Commit a185327

Browse files
committed
Remove dummy test cases and PyPy3 from Travis CI
1 parent 67dc8d3 commit a185327

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
python:
33
- "3.7"
44
- "3.8"
5-
- "pypy3"
65
before_install:
76
- pip install poetry
87
install:

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## CHANGELOG
22

3+
### v0.3.1
4+
5+
#### Removed
6+
7+
- Remove dummy test cases
8+
- Remove PyPy3 from Travis CI
9+
310
### v0.3.0
411

512
#### Added

tests/test_postgrest_py.py

-5
This file was deleted.

0 commit comments

Comments
 (0)