Skip to content

Commit 3b1db7c

Browse files
committed
Travis 🔨
1 parent 05fe302 commit 3b1db7c

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,17 @@ python:
88

99
sudo: false
1010

11-
env:
12-
- TOX_ENV=py27
13-
- TOX_ENV=py34
14-
- TOX_ENV=py35
15-
- TOX_ENV=py36
16-
1711
matrix:
1812
fast_finish: true
1913

2014
before_install:
2115
- pip install codecov
2216

2317
install:
24-
- pip install tox
18+
- pip install -r requirements.txt
2519

2620
script:
27-
- tox -e $TOX_ENV
21+
- python runtests.py
2822

2923
after_success:
3024
- codecov

tox.ini

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)