You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ EasyPost is the simple shipping API. You can sign up for an account at <https://
8
8
Requirements
9
9
------------
10
10
11
-
*[Python](https://www.python.org) 2.7 or 3.3+ (or corresponding [PyPy](https://pypy.org) versions).
11
+
*[Python](https://www.python.org) 2.7 or 3.3+ (or corresponding [PyPy](https://pypy.org) versions). Note that we only test on Python 2.7 and 3.5+; we strongly recommend against using 3.3.x or 3.4.x as they are no longer supported by many libraries.
12
12
*[requests](http://docs.python-requests.org/en/latest/) (if not on Google App Engine)
13
13
*[six](https://pythonhosted.org/six/)
14
14
@@ -157,4 +157,5 @@ To run tests:
157
157
- Create a virtualenv for your version of Python (e.g., `python2.7 -m virtualenv venv`)
158
158
- Install dependencies in that virtualenv (`./venv/bin/pip install requests six`)
159
159
- Install test dependencies (`./venv/bin/pip install -r requirements-tests.txt`)
160
+
- Export `$TEST_API_KEY` and `$PROD_API_KEY` appropriately (these are set by `.travis.yml` for CI)
160
161
- Run the tests with `py.test` (`./venv/bin/py.test -vs tests`)
0 commit comments