Skip to content

Commit

Permalink
CI minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Mar 22, 2016
1 parent 3ce3228 commit bb290f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
mkdir -p $TEST_DIR

cwd=`pwd`
test_dir=$cwd/tests
test_dir=$cwd/test

cd $TEST_DIR

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- sudo -E apt-get -yq update
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install dvipng texlive-latex-base texlive-latex-extra
# finally install the requirements of the package to allow autodoc
- pip install -r requirements.txt
- pip install -r requ.txt

# The --user is needed to let sphinx see the source and the binaries
# The pipefail is requested to propagate exit code
Expand Down

0 comments on commit bb290f7

Please sign in to comment.