summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-11-08 09:21:56 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-11-08 09:21:56 +0100
commit9cc998f506a2530b7b13a8ecd932854cf09912a1 (patch)
tree636b2c6d00a31dd524c495395fd1034162bc9c1a /.travis.yml
parente610d685405f570f6269e1867cf965630bd6bfe7 (diff)
travis 3
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 c73bd8f..2e9fd85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ python:
- "pypy"
# command to install dependencies
install:
- - pip install .
- pip install -r requirements.txt
+ - pip install .
# command to run tests
script: pytest