Skip to content

Commit 3d2af2f

Browse files
authored
Update .travis.yml
1 parent c70909b commit 3d2af2f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ python:
1212
- "3.2"
1313

1414
# command to install dependencies
15-
python setup.py install
15+
1616

1717
install:
18-
19-
- pip install -r requirements.txt
20-
- pip3 install -r requirements.txt
18+
19+
- git clone git://github.com/astropy/ci-helpers.git
20+
- source ci-helpers/travis/setup_conda.sh
21+
2122
# command to run tests
2223

2324

0 commit comments

Comments
 (0)