aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-28 06:03:13 +0100
committercodl <[email protected]>2017-11-28 06:03:13 +0100
commit95777fe58e2c61640e377f447594b9c4f4f91542 (patch)
tree57231a5f979ac4abee7ca9a29d15131475b36da4 /.travis.yml
parentd47f915bfb81b5be1d980bf0258bbdd7fe75e16d (diff)
downloadmastodon.py-95777fe58e2c61640e377f447594b9c4f4f91542.tar.gz
add [test] extra so test deps can be installed before running tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e88fe2c..b21a4b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ python:
4 - "2.7" 4 - "2.7"
5 5
6install: 6install:
7 - pip install . 7 - pip install .[test]
8 - pip install codecov 8 - pip install codecov
9script: python setup.py pytest 9script: python setup.py pytest
10after_script: codecov 10after_script: codecov
Powered by cgit v1.2.3 (git 2.41.0)