Skip to content

Commit 658ffad

Browse files
committed
Specify project names in travis-requirements.txt
1 parent 21a1181 commit 658ffad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

travis-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
git+git://github.com/robotpy/pynetworktables.git
2+
git+git://github.com/robotpy/pynetworktables.git#egg=pynetworktables
33

4-
git+git://github.com/robotpy/robotpy-wpilib.git#subdirectory=hal-base
5-
git+git://github.com/robotpy/robotpy-wpilib.git#subdirectory=hal-sim
6-
git+git://github.com/robotpy/robotpy-wpilib.git#subdirectory=wpilib
4+
git+git://github.com/robotpy/robotpy-wpilib.git#egg=robotpy-hal-base&subdirectory=hal-base
5+
git+git://github.com/robotpy/robotpy-wpilib.git#egg=robotpy-hal-sim&subdirectory=hal-sim
6+
git+git://github.com/robotpy/robotpy-wpilib.git#egg=wpilib&subdirectory=wpilib
77

88
-e .
99

10-
git+git://github.com/robotpy/pyfrc.git
10+
git+git://github.com/robotpy/pyfrc.git#egg=pyfrc
1111

1212
pytest>=2.8
1313
coverage

0 commit comments

Comments
 (0)