Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 7bfd77c

Browse files
committed
Revert "Test TravisCI and Tox setup"
This reverts commit 3e16fc7.
1 parent 0efa4b0 commit 7bfd77c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
language: python
22

3+
python:
4+
- "2.6"
5+
- "2.7"
6+
- "3.2"
7+
- "3.3"
8+
39
env:
410
- DJANGO="django==1.6"
511
- DJANGO="django==1.5.5"
612
- DJANGO="django==1.4.10"
713
- DJANGO="django==1.3.7"
814

9-
install: pip install tox --use-mirrors
15+
install:
16+
- pip install -r requirements.txt
1017

11-
script: tox
18+
script:
19+
- python setup.py test
1220

1321
matrix:
1422
exclude:

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tox]
2-
envlist = py26, py27, py32, py33
2+
envlist = py27
33

44
[testenv]
55
deps = -rrequirements.txt
66
django-oauth2-provider
7-
commands = {envpython} setup.py test
7+
commands = {envpython} rest_framework_jwt/runtests/runtests.py
8+

0 commit comments

Comments
 (0)