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 05fe302 commit 3b1db7cCopy full SHA for 3b1db7c
.travis.yml
@@ -8,23 +8,17 @@ python:
8
9
sudo: false
10
11
-env:
12
- - TOX_ENV=py27
13
- - TOX_ENV=py34
14
- - TOX_ENV=py35
15
- - TOX_ENV=py36
16
-
17
matrix:
18
fast_finish: true
19
20
before_install:
21
- pip install codecov
22
23
install:
24
- - pip install tox
+ - pip install -r requirements.txt
25
26
script:
27
- - tox -e $TOX_ENV
+ - python runtests.py
28
29
after_success:
30
- codecov
tox.ini
0 commit comments