Skip to content

Commit

Permalink
Fixing dist-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbodenhamer committed Oct 27, 2017
1 parent 372f466 commit c6eca64
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ before_install:

install:
- pip install -r requirements.txt
- pip install coveralls
- pip install coveralls mock
- pip install .

script:
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.in
Expand Up @@ -8,6 +8,7 @@ ipdbplugin
ipython
lxml
mock
mock
nose
pip-tools
tox
Expand Down
1 change: 1 addition & 0 deletions dev/test-dist
Expand Up @@ -9,6 +9,7 @@ source /root/.bashrc
pyenv activate $venv
python --version
pip install nose $dist
depman -f /app/requirements.yml -t pip satisfy test
$(which python) /usr/local/bin/nosetests -w /tests \
--with-xunit --xunit-file=${xunit}
pyenv deactivate
8 changes: 8 additions & 0 deletions requirements.yml
@@ -1,3 +1,7 @@
includes:
dev:
- test

dev:
apt:
- libxml2-dev
Expand All @@ -20,6 +24,10 @@ dev:
- tox
- xunitmerge

test:
pip:
- mock

prod:
pip:
- dockerman
Expand Down

0 comments on commit c6eca64

Please sign in to comment.