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
@@ -122,12 +122,6 @@ All test files are in the [`test`](https://github.com/sendgrid/sendgrid-python/t
122
122
123
123
For the purposes of contributing to this repo, please update the [`test_sendgrid.py`](https://github.com/sendgrid/sendgrid-python/tree/master/test/test_sendgrid.py) file with unit tests as you modify the code.
124
124
125
-
For Python 2.6.*:
126
-
127
-
`unit2 discover -v`
128
-
129
-
For Python 2.7.* and up:
130
-
131
125
`python -m unittest discover -v`
132
126
133
127
### Testing Multiple Versions of Python
@@ -149,7 +143,6 @@ You can install it by yourself in user dir by calling `source test/prism.sh`.
149
143
Add ```eval "$(pyenv init -)"``` to your shell environment (.profile, .bashrc, etc) after installing tox, you only need to do this once.
150
144
151
145
```
152
-
pyenv install 2.6.9
153
146
pyenv install 2.7.11
154
147
pyenv install 3.4.3
155
148
pyenv install 3.5.0
@@ -159,7 +152,7 @@ Make sure to change the current working directory to your local version of the r
0 commit comments