Skip to content

Commit ac10e55

Browse files
committed
next attempt to get travis to work
1 parent 2d8c7d9 commit ac10e55

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

requirements.travis

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# This file is used for version pinning only
22
# The required libraries are listed in setup.py which will be consulted by
33
# pip to resolve dependencies
4-
-e src/testinfrastructure
5-
-e src/LAPM.git
6-
-e src/CompartmentalSystems
4+
#-e src/testinfrastructure
5+
#-e src/LAPM.git
6+
#-e src/CompartmentalSystems
7+
git+https://[email protected]/mamueller/testinfrastructure.git#egg=testinfrastructure
8+
git+https://[email protected]/MPIBGC-TEE/LAPM.git#egg=LAPM
9+
git+https://[email protected]/MPIBGC-TEE/CompartmentalSystems.git#egg=CompartmentalSystems
710
-e .

0 commit comments

Comments
 (0)