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 303496a commit ad5da87Copy full SHA for ad5da87
.travis.yml
@@ -1,4 +1,10 @@
1
language: python
2
+python:
3
+ - "2.6"
4
+ - "2.7"
5
+ - "3.3"
6
+ - "3.4"
7
+ - "pypy-3.4.1"
8
env:
9
- TOXENV=py26
10
- TOXENV=py27
tox.ini
@@ -13,6 +13,3 @@ deps =
13
pytest-runner
14
cryptography
15
16
-[testenv:pypy]
17
-basepython = pypy-5.4
18
-
0 commit comments