Skip to content

Commit aaee58b

Browse files
committed
Corrected formatting.
1 parent 35c02ab commit aaee58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- conda info -a
2626

2727
# Replace dep1 dep2 ... with your dependencies
28-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose python-coveralls
28+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose
2929
- source activate test-environment
3030
- conda install --yes -c dan_blanchard python-coveralls nose-cov
3131
- python setup.py install

0 commit comments

Comments
 (0)