Skip to content

Commit 8f1cef2

Browse files
committed
Merge pull request #57 from ocefpaf/rename_travis
Fixed travis config name and added nose.
2 parents fd68f83 + 6f07d0f commit 8f1cef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yaml renamed to .travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- conda config --set always_yes yes
1515
- conda update conda
1616
- conda info -a
17-
- travis_retry conda create -n test $CONDA pip jinja2 pandas mock six
17+
- travis_retry conda create -n test $CONDA pip jinja2 pandas mock six nose
1818
- source activate test
1919
- travis_retry pip install vincent
2020

0 commit comments

Comments
 (0)