Skip to content

Commit 4c41079

Browse files
committed
jointjs
1 parent 8fc4f9a commit 4c41079

File tree

8 files changed

+845
-28
lines changed

8 files changed

+845
-28
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- ENV_NAME='testing'
1515
- conda create --quiet -n $ENV_NAME python=$TRAVIS_PYTHON_VERSION
1616
- source activate $ENV_NAME
17-
- conda install --quiet --file conda-requirements.txt
17+
- conda install --quiet --file requirements.txt
1818
- conda list
1919
- conda info -a
2020
- python setup.py --quiet install

0 commit comments

Comments
 (0)