We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc1d79 commit 2382150Copy full SHA for 2382150
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- "3.4"
7
- "3.5"
8
- "pypy"
9
+ - "pypy3"
10
install:
11
- "pip install -e ."
12
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi"
0 commit comments