Skip to content

Commit ad5da87

Browse files
author
Gasper Zejn
committed
Fix travis?
1 parent 303496a commit ad5da87

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.3"
6+
- "3.4"
7+
- "pypy-3.4.1"
28
env:
39
- TOXENV=py26
410
- TOXENV=py27

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ deps =
1313
pytest-runner
1414
cryptography
1515

16-
[testenv:pypy]
17-
basepython = pypy-5.4
18-

0 commit comments

Comments
 (0)