Skip to content

Commit

Permalink
Repair CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielWroblewski committed Jun 17, 2020
1 parent 01778fb commit bcc4971
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
language: python
dist: trusty
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "3.5"
- "3.6"
- "pypy3"
# command to install dependencies
install:
- pip install -r test-requirements.txt --use-mirrors
- pip install coveralls --use-mirrors
- pip install -r test-requirements.txt
- pip install coveralls==2.0.0
# command to run tests
script:
- py.test
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KISSmetrics tracking API wrapper for Python
A description of the API can be found at: https://support.kissmetrics.io/reference#api-specifications-1

Support for:
- Python 2.6, 2.7, 3.2, 3.3
- Python 3.5, 3.6

Also tested against:
- PyPy (Generally the latest release)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ py-KISSmetrics
KISSmetrics tracking API wrapper for Python

Support for:
- Python 2.6, 2.7, 3.2, 3.3, 3.4
- Python 3.5, 3.6

Also tested against:
- PyPy (Generally the latest release)
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
pytest
pytest-cov
pytest>=5.4.3
pytest-cov>=2.10.0

0 comments on commit bcc4971

Please sign in to comment.