Skip to content

Commit

Permalink
travis for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Oct 12, 2018
1 parent 1755f38 commit cbdb6d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "forutils"]
path = forutils
url = https://github.com/cmbant/forutils
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: python

git:
depth: false

dist: trusty

sudo: false
Expand Down Expand Up @@ -55,7 +58,6 @@ install:
- conda info -a
- conda create -q -n py2-environment -c $CHANNEL python=2 numpy scipy sympy six;
- conda create -q -n py3-environment -c $CHANNEL python=3 numpy scipy sympy six;
- git clone --depth=1 https://github.com/cmbant/forutils.git forutils
- chmod +x tests/run_tests.sh

script: tests/run_tests.sh
Expand Down
1 change: 1 addition & 0 deletions forutils
Submodule forutils added at bee20e

0 comments on commit cbdb6d9

Please sign in to comment.